From 0b755d6554aeea2576c277dabb7935bd5aad8b0d Mon Sep 17 00:00:00 2001 From: Nate Lawson Date: Thu, 31 Mar 2005 18:51:06 +0000 Subject: [PATCH] Additions to .PATH are cumulative so referencing $.PATH is not helpful. Informed by: ru --- sys/modules/cpufreq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/cpufreq/Makefile b/sys/modules/cpufreq/Makefile index aca7b1dcb7a..8160f632cbf 100644 --- a/sys/modules/cpufreq/Makefile +++ b/sys/modules/cpufreq/Makefile @@ -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