From 93f294b76f3777686f1fe7b7ffdb1c371eb749ba Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Sun, 10 Oct 1999 17:24:26 +0000 Subject: [PATCH] (build.mk) make cvsclean now also deletes the libzend & TSRM symlinks. --- build.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/build.mk b/build.mk index 84af0328ea..cdd90cf098 100644 --- a/build.mk +++ b/build.mk @@ -57,6 +57,7 @@ cvsclean: @for i in $(shell find . -follow -name .cvsignore); do \ (cd `dirname $$i` && rm -rf `cat .cvsignore`); \ done + @rm -f $(SUBDIRS) acconfig.h: $(acconfig_h_SOURCES) @echo rebuilding $@ -- 2.40.0