In Info, one cannot find how to change PATH in a Makefile.
PATH=/usr/sbin:$(PATH) won't do without spelling out PATH.
The best one can do is once on each line:
P=PATH=/usr/sbin:$$PATH
a:
        $P; which faubackup


_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to