ramdisk: traditional-cpp does not work with clang

This commit is contained in:
Thomas Veerman 2013-01-22 10:29:47 +00:00
parent 65fdb4cffe
commit 28b81f9c3b

View 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>