Re: Mystifying makefile error

2003-02-23 Thread Oron Peled
On Sat, 22 Feb 2003 22:24:20 -0800 (PST) Erez Boym <[EMAIL PROTECTED]> wrote: > Well, KDevelop created that file. It's created when I > press MAKE on KDevelop trying to make a CVS version of > TerraGear. If you use KDevelop, than from the build menu choose 'Configure' before you choose 'Make'. >F

Re: Mystifying makefile error

2003-02-22 Thread Erez Boym
t; On Sat, Feb 22, 2003, Erez Boym wrote about > "Mystifying makefile error": > > Hi > > > > Running Make I get an error which I am unable to > > resolve, the error is: > > Makefile:164: *** missing separator. Stop. > > > > line : > >

Re: Mystifying makefile error

2003-02-22 Thread Oleg Goldshmidt
"Nadav Har'El" <[EMAIL PROTECTED]> writes: > On Sat, Feb 22, 2003, Erez Boym wrote about "Mystifying makefile error": > > Hi > > > > Running Make I get an error which I am unable to > > resolve, the error is: > > Makefile:16

Re: Mystifying makefile error

2003-02-22 Thread Nadav Har'El
On Sat, Feb 22, 2003, Erez Boym wrote about "Mystifying makefile error": > Hi > > Running Make I get an error which I am unable to > resolve, the error is: > Makefile:164: *** missing separator. Stop. > > line : > @AMDEP_TRUE@@am__include@ > @[EMAIL PROTEC

Mystifying makefile error

2003-02-22 Thread Erez Boym
Hi Running Make I get an error which I am unable to resolve, the error is: Makefile:164: *** missing separator. Stop. The error is produced by a makefile on the following line : @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED](DEPDIR)/[EMAIL PROTECTED]@ any ideas on what the problem mite be ? Th