Author: eadler
Date: Mon Jun 17 21:30:46 2013
New Revision: 251869
URL: http://svnweb.freebsd.org/changeset/base/251869
Log:
Add missing dependency to linux${SFX}_genassym.c
Submitted by: nox
MFC After: 3 days
Modified:
head/sys/modules/linux/Makefile
Modified: head/sys/modules/linux/Makefile
==============================================================================
--- head/sys/modules/linux/Makefile Mon Jun 17 20:40:16 2013
(r251868)
+++ head/sys/modules/linux/Makefile Mon Jun 17 21:30:46 2013
(r251869)
@@ -52,7 +52,7 @@ linux${SFX}_support.o: linux${SFX}_suppo
${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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"