mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
Add missing dependency to linux${SFX}_genassym.c
Submitted by: nox MFC After: 3 days
This commit is contained in:
parent
8587d5deac
commit
a8edf79550
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251869
@ -52,7 +52,7 @@ linux${SFX}_support.o: linux${SFX}_support.s assym.s linux${SFX}_assym.h
|
||||
${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
|
||||
${.IMPSRC} -o ${.TARGET}
|
||||
|
||||
linux${SFX}_genassym.o: linux${SFX}_genassym.c linux.h @ machine
|
||||
linux${SFX}_genassym.o: linux${SFX}_genassym.c linux.h @ machine x86
|
||||
${CC} -c ${CFLAGS:N-fno-common} ${.IMPSRC}
|
||||
|
||||
.if !defined(KERNBUILDDIR)
|
||||
|
Loading…
Reference in New Issue
Block a user