X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FGNUmakefile;h=48cb4a9724d9d621cf31e730b8c91c10a92df7a3;hb=5d18b03968d5fc696790609ae0ac2669473fbfb7;hp=128a7ba21bdc3259377dd463b8b132af9eaea6c8;hpb=dfa55a883f94470267b626dae77ce7e7dfac3df6;p=sbcl.git diff --git a/src/runtime/GNUmakefile b/src/runtime/GNUmakefile index 128a7ba..48cb4a9 100644 --- a/src/runtime/GNUmakefile +++ b/src/runtime/GNUmakefile @@ -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