From: Thies C. Arntzen Date: Sun, 10 Oct 1999 17:24:26 +0000 (+0000) Subject: (build.mk) make cvsclean now also deletes the libzend & TSRM symlinks. X-Git-Tag: php-4.0b3_RC2~219 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93f294b76f3777686f1fe7b7ffdb1c371eb749ba;p=php (build.mk) make cvsclean now also deletes the libzend & TSRM symlinks. --- 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 $@