Date: Wed, 22 Nov 1995 08:49:29 +0200 (IST) From: Eli Zaretskii To: Thomas Demmer Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Make question On 21 Nov 1995, Thomas Demmer wrote: > >The program says: > > makefile:2: *** missing separator > > > You'll have to put a blank line after every rule. If you are under UNIX, the > indentation MUST be a tab, not spaces. But I guess you're working under DOS. No need to put any blank lines, at least not for GNU Make which comes with DJGPP. Just begin every command (indented lines) with a TAB. GNU Make insists on this, under DOS or Unix alike.