Remove file that was not used.
[pintos-anon] / src / Make.config
index 910ef121099486fc8dc0377a4f70523f6f128343..fdf6ce164901a928f195355aadb1d588dc34baf5 100644 (file)
@@ -24,9 +24,10 @@ endif
 
 # Compiler and assembler invocation.
 DEFINES =
-WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers
+WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers \
+          -Wdeclaration-after-statement
 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 =