summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-05-16 02:27:17 +0000
committerobrien <obrien@FreeBSD.org>2003-05-16 02:27:17 +0000
commit084416ae661523c7f772b2808a3ed0a41296abe3 (patch)
tree50e79a72ee78ac2060a2b40975e2ab6fc362acee /sys
parente2e26fb992d023958aeebc69f5854407358689fd (diff)
downloadFreeBSD-src-084416ae661523c7f772b2808a3ed0a41296abe3.zip
FreeBSD-src-084416ae661523c7f772b2808a3ed0a41296abe3.tar.gz
Run $S/kern/genassym.sh with the correct NM.
Approved by: re(blanket)
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files.amd642
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index 63425b6..650bac4 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -16,7 +16,7 @@ ia32_genassym.o optional ia32 \
#
ia32_assym.h optional ia32 \
dependency "$S/kern/genassym.sh ia32_genassym.o" \
- compile-with "sh $S/kern/genassym.sh ia32_genassym.o > ${.TARGET}" \
+ compile-with "env NM=${NM} sh $S/kern/genassym.sh ia32_genassym.o > ${.TARGET}" \
no-obj no-implicit-rule before-depend \
clean "ia32_assym.h"
#
OpenPOWER on IntegriCloud