On Fri, 04 Jun 2004, Steve Hay wrote: > I'm now wodering if it is something to do with relative paths. If I > change the example above to this: > > FILE = one.txt > all : $(FILE) > $(FILE) : > echo One>one.txt > > then running "dmake all" does what I would expect -- it creates one.txt > if and only if it doesn't already exist. (And, in fact, running "dmake > one.txt" says one.txt is up-to-date, so perhaps it doesn't mind that > one.txt has no dependents after all...) That recalls the effect of relative paths when PERLEXE_ICO/PERLEXE_RES was only defined in some cases in dmake. Linkname: [PATCH] Re: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mkon URL: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-03/ msg00273.htmlThread Previous | Thread Next