Date: Mon, 11 May 1998 09:52:54 +0200 (WET) From: Andris Pavenis To: Alex Weekley cc: djgpp AT delorie DOT com Subject: Re: Bad makefile In-Reply-To: <067E9C4CA4749CFA.B60201B6EDD03678.4E7699120187A3E9@library-proxy.airnews.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 9 May 1998, Alex Weekley wrote: > Can anyone please tell me what is wrong with this makefile? One minute > it was working fine and now I always get missing separator. I've even > tried writing a new one but the same thing always happens. Arrgh! I hate > make! > The possible problem may be missing TAB in begin of line where it is needed (many edittors may cause problems) foo.o: foo.c gcc -c -o foo.o foo.c The second line MUST begin with TAB character.