Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!mit-eddie!rutgers!att!pegasus!ech From: ech@pegasus.ATT.COM (Edward C Horvath) Newsgroups: comp.sys.mac.programmer Subject: Re: C -I bug in MakeFile's... Message-ID: <2787@pegasus.ATT.COM> Date: 14 Apr 89 16:16:50 GMT References: Organization: AT&T ISL Middletown NJ USA Lines: 18 From article , by wb1j+@andrew.cmu.edu (William M. Bumgarner): > I tried what you suggested... still doesn't work. > C will correctly evaluate the first path, but not the second: > C -b -n -r > -I {CIncludes} > -I {CIncludes.bum} > CDRef.c > Will find the files in {CIncludes}, but not the ones in {CIncludes.bum}. This is a case of RTFM, I'm afraid: -i takes a comma-separated list; try C ... -i {CIncludes},{CIncludes.bum} ... If you don't have the MPW C manual, try whomever you got the disk from... =Ned Horvath=