From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: Strange behavior of GNU-make (WinNT 4.0) Date: Thu, 12 Jun 1997 21:03:56 +0000 Organization: Two pounds of chaos and a pinch of salt Lines: 24 Message-ID: <33A0643C.3D0D@cs.com> References: <3 DOT 0 DOT 1 DOT 16 DOT 19970604172045 DOT 2a97752c AT hal DOT nt DOT tuwien DOT ac DOT at> <3 DOT 0 DOT 1 DOT 16 DOT 19970612222210 DOT 50efed78 AT hal DOT nt DOT tuwien DOT ac DOT at> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp218.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Anton Helm wrote: > > Hmmm. As I stated before it acts like there would be a file named 'all' > which is up to date. Meanwhile I have also detected some strange behavior > of gunzip (tells me that the output file already exists...) which gave me a > hint where to search for a bug, and....... BINGO ! As a workaround to this problem, you could try declaring 'all' as phony by using the .PHONY pseudotarget in you makefile: .PHONY : all This causes make to treat the indicated target as if there were no file present, even if there is. I'm going to let wiser folks work on the problem itself. ;) -- --------------------------------------------------------------------- | John M. Aldrich | "Waking a person unnecessarily | | aka Fighteer I | should not be considered a capital | | mailto:fighteer AT cs DOT com | crime. For a first offense, that | | http://www.cs.com/fighteer | is." - Lazarus Long | ---------------------------------------------------------------------