From: Masaki Fujimoto Date: Tue, 13 Aug 2002 06:51:28 +0000 (+0000) Subject: cleaning up include files created by PHP_DEFINE when 'make distclean'ed X-Git-Tag: php-4.3.0dev_zend2_alpha3~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2eaa0f6ea140ff70a6d244dca1392c99c7084fbd;p=php cleaning up include files created by PHP_DEFINE when 'make distclean'ed --- diff --git a/Makefile.global b/Makefile.global index 957cb43059..7a1ec5a411 100644 --- a/Makefile.global +++ b/Makefile.global @@ -68,6 +68,7 @@ clean: distclean: clean rm -f config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h stamp-h php4.spec sapi/apache/libphp4.module buildmk.stamp + egrep define'.*include/php' configure|sed 's/.*>//'|xargs rm -f find . -name Makefile | xargs rm -f .PHONY: all clean install distclean test