Please don't mail me directly; the mailing lists are better for these
questions.

%% Luc Bressinck <[EMAIL PROTECTED]> writes:

  lb> It means nothing to me.

In your situation it almost certainly means you have a rule in your
makefile that contains two colon, like:

    foo : bar : baz

That's illegal syntax... and they don't have to be space-separated; this
is also illegal:

    foo: bar:baz

  lb> The Imakefile I got is:

The Imakefile is useless.  Make can't parse Imakefiles.  They are run
through the C preprocessor (!) and a "normal" makefile is created.

_That_ is the makefile that make processes, the one that's giving the
error, and the one you have to look at to see what's wrong.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to