Allow cpp to remove comments when producing kernel.lds.s.
[pintos-anon] / src / Makefile.build
index baf4d83d565384926de500522ea71518964a126d..d5ce473e48e01620930369bcf29ae2a94f38c31e 100644 (file)
@@ -70,7 +70,7 @@ all: os.dsk
 threads/intr-stubs.S: threads/intr-stubs.pl threads/loader.h
        $< > $@
 
-threads/kernel.lds.s: CPPFLAGS += -P -C
+threads/kernel.lds.s: CPPFLAGS += -P
 threads/kernel.lds.s: threads/kernel.lds.S threads/loader.h
 
 kernel.o: threads/kernel.lds.s $(OBJECTS)