Browse Source

(build.mk) make cvsclean now also deletes the libzend & TSRM symlinks.

experimetnal/RETURN_REF_PATCH
Thies C. Arntzen 27 years ago
parent
commit
93f294b76f
  1. 1
      build.mk

1
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 $@

Loading…
Cancel
Save