mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Run $S/kern/genassym.sh with the correct NM.
Approved by: re(blanket)
This commit is contained in:
parent
6e7988b9c5
commit
04ddc5dea6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115048
@ -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"
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user