Tony Cook wrote:
Don't generate makefile explicit rules with $< in them, eg you could
change:

README :: $file
        pod2text \$< > README

to
README :: $file
        pod2text $file > README

Thank you.  :-)


David

Reply via email to