Date: Mon, 2 Dec 2002 07:54:31 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Richard Dawe cc: djgpp-workers AT delorie DOT com Subject: Re: strtold is now a standard function (C99) [PATCH] In-Reply-To: <3DEA3A51.C8DEAE97@phekda.freeserve.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 1 Dec 2002, Richard Dawe wrote: > BTW I'm not sure if this is repeatable, but recently I saw the following. I > had a .c and .S file with the same stem. I changed the makefile to assemble .S > file rather than compile a .c file, but it still compiled the .c file rather > than the .S file. Something to do with built-in rules of GNU Make, I'd guess. Try to play with .SUFFIXES or something.