ramdisk: traditional-cpp does not work with clang

This commit is contained in:
Thomas Veerman
2013-01-23 11:14:33 +00:00
parent 65fdb4cffe
commit 28b81f9c3b
+1 -1
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>