Subject: Re: Make uses .PATH on targets as well
To: Christos Zoulas <christos@nyc.deshaw.com>
From: Martin Husemann <martin@rumolt.teuto.de>
List: current-users
Date: 05/20/1997 07:39:29
Christo Zoulas wrote:
> This change was necessary because this is what other make programs do.
> Either:
>
> change PROG=pppd to PROG=pppd.isdn
> or
> add .NOPATH: pppd
I didn't note the .NOPATH when reading "man make" last time, but I don't know
why I didn't do the first suggestion right from the start. It actualy simplifies
things a lot. I'll do both, just to be sure...
Thank you,
Martin