diff options
author | obrien <obrien@FreeBSD.org> | 2003-05-16 02:27:17 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-05-16 02:27:17 +0000 |
commit | 084416ae661523c7f772b2808a3ed0a41296abe3 (patch) | |
tree | 50e79a72ee78ac2060a2b40975e2ab6fc362acee | |
parent | e2e26fb992d023958aeebc69f5854407358689fd (diff) | |
download | FreeBSD-src-084416ae661523c7f772b2808a3ed0a41296abe3.zip FreeBSD-src-084416ae661523c7f772b2808a3ed0a41296abe3.tar.gz |
Run $S/kern/genassym.sh with the correct NM.
Approved by: re(blanket)
-rw-r--r-- | sys/conf/files.amd64 | 2 |
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" # |