From 2eaa0f6ea140ff70a6d244dca1392c99c7084fbd Mon Sep 17 00:00:00 2001 From: Masaki Fujimoto Date: Tue, 13 Aug 2002 06:51:28 +0000 Subject: [PATCH] cleaning up include files created by PHP_DEFINE when 'make distclean'ed --- Makefile.global | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1