Tony Cook wrote:
Don't generate makefile explicit rules with $< in them, eg you could change:README :: $file pod2text \$< > READMEtoREADME :: $file pod2text $file > README
Thank you. :-) David
Tony Cook wrote:
Don't generate makefile explicit rules with $< in them, eg you could change:README :: $file pod2text \$< > READMEtoREADME :: $file pod2text $file > README
Thank you. :-) David