Additions to .PATH are cumulative so referencing $.PATH is not helpful.

Informed by:	ru
This commit is contained in:
Nate Lawson 2005-03-31 18:51:06 +00:00
parent f1c579b1ec
commit 0b755d6554
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144412

View File

@ -13,7 +13,7 @@ SRCS+= est.c p4tcc.c powernow.c
.endif
.if ${MACHINE} == "amd64"
.PATH: ${.PATH} ${.CURDIR}/../../i386/cpufreq
.PATH: ${.CURDIR}/../../i386/cpufreq
SRCS+= powernow.c
.endif