Re: say how to change PATH

2004-05-17 Thread Paul D. Smith
%% Dan Jacobson <[EMAIL PROTECTED]> writes: dj> In Info, one cannot find how to change PATH in a Makefile. dj> PATH=/usr/sbin:$(PATH) won't do without spelling out PATH. dj> The best one can do is once on each line: dj> P=PATH=/usr/sbin:$$PATH dj> a: dj> $P; which faubackup ??? You

say how to change PATH

2004-05-17 Thread Dan Jacobson
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 PROTE