Date: Wed, 10 Jul 1996 13:52:41 +0200 (IST) From: Eli Zaretskii To: Kay Hayen Cc: djgpp AT delorie DOT com Subject: Re: Problem with GNU make... In-Reply-To: <6C$MGkHCr5B@jocokko.edition.bonbit.org> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 10 Jul 1996, Kay Hayen wrote: > ians AT vvl DOT co DOT uk (Ian Stevenson) meinte am 04.07.96 > zum Thema "Problem with GNU make...": > > > D:\IANS\DJGPP\v2gnu\gnu\gcc-272>make -f makefile cccp.o > > makefile:6: *** missing separator. Stop. > > The same was true for me. Couldn't use make at all. > > What did we do wrong ? ;-) You didn't read neither the docs that came with GNU Make, nor the DJGPP FAQ list. Both tell you that GNU Make needs that all the command lines in the rules begin with a TAB, not a SPACE.