]> granicus.if.org Git - php/commitdiff
(build.mk) make cvsclean now also deletes the libzend & TSRM symlinks.
authorThies C. Arntzen <thies@php.net>
Sun, 10 Oct 1999 17:24:26 +0000 (17:24 +0000)
committerThies C. Arntzen <thies@php.net>
Sun, 10 Oct 1999 17:24:26 +0000 (17:24 +0000)
build.mk

index 84af0328ea5fd75230337fdd2c3c802c1efc45df..cdd90cf098215e0cf25d1f767537a25036501dfc 100644 (file)
--- 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 $@