1.0.41.15: gencgc: Implement object pinning for non-x86oids.
[sbcl.git] / src / runtime / GNUmakefile
index afa6026..cfaac20 100644 (file)
@@ -23,7 +23,7 @@ NM = nm -gp
 DEPEND_FLAGS = -MM
 GREP = grep
 
-CFLAGS = -g -Wall -O3
+CFLAGS = -g -Wall -Wsign-compare -O3
 ASFLAGS = $(CFLAGS)
 CPPFLAGS = -I.
 
@@ -71,12 +71,6 @@ TAGS tags: $(SRCS)
 
 clean:
        -rm -f *.[do] $(TARGET) sbcl.nm sbcl.h core *.tmp $(OS_CLEAN_FILES)
-       # the depend file is obsolete
-       -rm -f depend
-
-# depend target for backward compatibility
-.PHONY: depend
-depend:
 
 %.d: %.c sbcl.h
        @$(CC) $(DEPEND_FLAGS) $(CPPFLAGS) $< > $@.tmp; \