"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:164: *** missing separator. Stop. > > > > line : > > @AMDEP_TRUE@@am__include@ > > @[EMAIL PROTECTED](DEPDIR)/[EMAIL PROTECTED]@ > > What the heck is that? I think this is some sort of "automake" input > file, which you forgot to run "automake". > > It certainly doesn't have a "makefile" syntax, so no wonder "make" doesn't > like it...
And if you ever get this error on a real Makefile, most probably it will mean that a rule line does not start with a tab... -- Oleg Goldshmidt | [EMAIL PROTECTED] ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]