1.0.5.22:
authorThiemo Seufer <ths@networkno.de>
Wed, 2 May 2007 17:37:54 +0000 (17:37 +0000)
committerThiemo Seufer <ths@networkno.de>
Wed, 2 May 2007 17:37:54 +0000 (17:37 +0000)
Delete obsolete depends: dummy target.

src/runtime/GNUmakefile
version.lisp-expr

index afa6026..2e6be50 100644 (file)
@@ -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; \
index efc1b3f..78d00e2 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.5.21"
+"1.0.5.22"