summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-12-21 02:08:14 +0000
committerobrien <obrien@FreeBSD.org>2004-12-21 02:08:14 +0000
commit2cc4802343782948a044fa6c48d2e49570d35ddc (patch)
treea3e2d254e666cadc48bc5fe7d48ca94d9110e1d0 /sys/conf/files.amd64
parentaaae565e37d2b45657fefc8537f35b13ea5f53b7 (diff)
downloadFreeBSD-src-2cc4802343782948a044fa6c48d2e49570d35ddc.zip
FreeBSD-src-2cc4802343782948a044fa6c48d2e49570d35ddc.tar.gz
Protect the NM expansion.
Diffstat (limited to 'sys/conf/files.amd64')
-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 a64972a..685cab1 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -28,7 +28,7 @@ ia32_genassym.o standard \
#
ia32_assym.h standard \
dependency "$S/kern/genassym.sh ia32_genassym.o" \
- compile-with "env NM=${NM} 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