Subject: Re: Make uses .PATH on targets as well
To: None <current-users@NetBSD.ORG>
From: Christos Zoulas <christos@nyc.deshaw.com>
List: current-users
Date: 05/19/1997 14:05:42
In article <199705180951.LAA00219@rumolt.teuto.de> martin@rumolt.teuto.de (Martin Husemann) writes:
>
>Any chance I can avoid this? Is this a bug in make? I would suggest make
>should ignore .PATH when expanding rule targets.

This change was necessary because this is what other make programs do.
Either:

	change PROG=pppd to PROG=pppd.isdn
or
	add .NOPATH: pppd

christos