From: Thomas Veerman Date: Tue, 22 Jan 2013 10:29:47 +0000 (+0000) Subject: ramdisk: traditional-cpp does not work with clang X-Git-Tag: v3.2.1~83 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=28b81f9c3b3d8ab87bea1c23d57fc2fa0a36d38d;p=minix.git ramdisk: traditional-cpp does not work with clang --- diff --git a/drivers/ramdisk/Makefile b/drivers/ramdisk/Makefile index 65b2214ee..d472db537 100644 --- a/drivers/ramdisk/Makefile +++ b/drivers/ramdisk/Makefile @@ -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