%% 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
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