From 2cc4802343782948a044fa6c48d2e49570d35ddc Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 21 Dec 2004 02:08:14 +0000 Subject: Protect the NM expansion. --- sys/conf/files.amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/conf/files.amd64') 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" # -- cgit v1.1