0.pre7.6:
[sbcl.git] / src / runtime / GNUmakefile
index 128a7ba..48cb4a9 100644 (file)
@@ -14,8 +14,6 @@ all: sbcl sbcl.nm
 
 # defaults which might be overridden or modified by values in the
 # Config file
-#
-# 
 CFLAGS =  -g -Wall -O3
 ASFLAGS = $(CFLAGS)
 DEPEND_FLAGS =
@@ -52,8 +50,6 @@ sbcl.nm: sbcl
 sbcl: ${OBJS} 
        $(CC) ${LINKFLAGS} ${OS_LINK_FLAGS} -o $@ ${OBJS} ${OS_LIBS} -lm
 
-undefineds.o: undefineds.h  undefineds.c
-
 .PHONY: clean all
 clean:
        rm -f depend *.o sbcl sbcl.nm core *.tmp ; true