Mail Archives: djgpp/1997/06/15/11:31:59
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 |
---------------------------------------------------------------------
- Raw text -