Date: Mon, 22 Apr 1996 13:20:44 +0200 (IST) From: Eli Zaretskii To: naderr AT topaz DOT cqu DOT edu DOT au Cc: djgpp AT delorie DOT com Subject: Re: Get ready to through the book at me :) .... In-Reply-To: <199604220820.SAA00278@linuxbox.nse.com.au> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 22 Apr 1996, root wrote: > hello.exe : hello.cc > gcc -O2 hello.cc -o hello.exe ^^^^^^^^ Make sure that the whitespace before `gcc' is a TAB, not spaces. GNU Make insists on TABs as the first character of the rule lines. Some other Make's also accept spaces.