]> Zhao Yanbai Git Server - minix.git/commitdiff
ramdisk: traditional-cpp does not work with clang
authorThomas Veerman <thomas@minix3.org>
Tue, 22 Jan 2013 10:29:47 +0000 (10:29 +0000)
committerThomas Veerman <thomas@minix3.org>
Wed, 23 Jan 2013 11:14:33 +0000 (11:14 +0000)
drivers/ramdisk/Makefile

index 65b2214ee38d6807bd635dd6d467f8045d8a4ed5..d472db537f7c7a410bb0513a04a733e092ec9c0c 100644 (file)
@@ -171,6 +171,6 @@ proto.gen: ${PROTO} ${PROTO_FILES} ${PROGRAMS}
        # used in the mkfs tool.
        ${TOOL_CAT} ${PROTO} | ${HOST_CC} \
                ${RAMDISK_DEFINES} \
-               -traditional-cpp -E - | grep -v "^$$" | grep -v "#" >${.OBJDIR}/${.TARGET}
+               -E - | grep -v "^$$" | grep -v "#" >${.OBJDIR}/${.TARGET}
 
 .include <minix.service.mk>