]> Zhao Yanbai Git Server - minix.git/commitdiff
libfp: use ${CC} instead of cc, reported by Antoine Leca.
authorBen Gras <ben@minix3.org>
Thu, 22 Jul 2010 22:24:08 +0000 (22:24 +0000)
committerBen Gras <ben@minix3.org>
Thu, 22 Jul 2010 22:24:08 +0000 (22:24 +0000)
lib/ack/libfp/Makefile

index 3808f4eeac40b37f187d52f8a1448beb84e302b0..e13b158c04fc26001a9d9f8a3420391b08300d22 100644 (file)
@@ -6,9 +6,9 @@
 .fc.o:
        ${_MKTARGET_COMPILE}
        cp ${.IMPSRC} tmp.c
-       cc -I${.CURDIR} ${CFLAGS} -S tmp.c
+       ${CC} -I${.CURDIR} ${CFLAGS} -S tmp.c
        sed -f ${.CURDIR}/FP.script tmp.s > ${.PREFIX}.s
-       cc -I${.CURDIR} -c -o ${.TARGET} ${.PREFIX}.s
+       ${CC} -I${.CURDIR} -c -o ${.TARGET} ${.PREFIX}.s
        rm  -f tmp.c tmp.s ${PREFIX}.s
 
 LIB=   fp