]> granicus.if.org Git - php/commitdiff
cleaning up include files created by PHP_DEFINE when 'make distclean'ed
authorMasaki Fujimoto <fujimoto@php.net>
Tue, 13 Aug 2002 06:51:28 +0000 (06:51 +0000)
committerMasaki Fujimoto <fujimoto@php.net>
Tue, 13 Aug 2002 06:51:28 +0000 (06:51 +0000)
Makefile.global

index 957cb43059a82bd12c8f56b17a0bada2b4fd0ef2..7a1ec5a411cac119cfd1ebb40b2a7defd1f1719f 100644 (file)
@@ -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