PERFORCE change 118895 for review

Roman Divacky rdivacky at FreeBSD.org
Fri Apr 27 20:33:48 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=118895

Change 118895 by rdivacky at rdivacky_witten on 2007/04/27 20:33:44

	Dont forget to mention that linux_support.s needs assym.s

Affected files ...

.. //depot/projects/soc2007/rdivacky/linux_futex/sys/modules/linux/Makefile#4 edit

Differences ...

==== //depot/projects/soc2007/rdivacky/linux_futex/sys/modules/linux/Makefile#4 (text+ko) ====

@@ -45,7 +45,7 @@
 	${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
 	    ${.IMPSRC} -o ${.TARGET}
 
-linux${SFX}_support.o: linux${SFX}_support.s
+linux${SFX}_support.o: linux${SFX}_support.s assym.s
 	${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
 	    ${.IMPSRC} -o ${.TARGET}
 


More information about the p4-projects mailing list