Don't use -I- because GCC 4.0 complains.
[pintos-anon] / src / Make.config
index 910ef121099486fc8dc0377a4f70523f6f128343..b1d480e70ae51453e636057e5b7d556722443825 100644 (file)
@@ -26,7 +26,7 @@ endif
 DEFINES =
 WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers
 CFLAGS = -g -MMD -msoft-float
-CPPFLAGS = -nostdinc -I$(SRCDIR) -I- -I$(SRCDIR)/lib
+CPPFLAGS = -nostdinc -I$(SRCDIR) -I$(SRCDIR)/lib
 ASFLAGS = -Wa,--gstabs -MMD
 LDFLAGS =