From 62c3b54b8f002bd5faa762926c3a752f3fb7df10 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Wed, 2 May 2007 17:37:54 +0000 Subject: [PATCH] 1.0.5.22: Delete obsolete depends: dummy target. --- src/runtime/GNUmakefile | 6 ------ version.lisp-expr | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/runtime/GNUmakefile b/src/runtime/GNUmakefile index afa6026..2e6be50 100644 --- a/src/runtime/GNUmakefile +++ b/src/runtime/GNUmakefile @@ -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; \ diff --git a/version.lisp-expr b/version.lisp-expr index efc1b3f..78d00e2 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 1.7.10.4