Fix genassym.o dependencies.

This commit is contained in:
Ruslan Ermilov 2005-09-19 15:13:33 +00:00
parent bb041987d9
commit 7751015f0f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150327

View File

@ -408,7 +408,10 @@ assym.s: @
assym.s: @/kern/genassym.sh
.endif
sh @/kern/genassym.sh genassym.o > ${.TARGET}
genassym.o: @/${MACHINE_ARCH}/${MACHINE_ARCH}/genassym.c @ machine
.if exists(@)
genassym.o: @/${MACHINE_ARCH}/${MACHINE_ARCH}/genassym.c
.endif
genassym.o: @ machine ${SRCS:Mopt_*.h}
${CC} -c ${CFLAGS:N-fno-common} \
@/${MACHINE_ARCH}/${MACHINE_ARCH}/genassym.c
.endif