From 22c5e8a6eae84b8dacc97261b388c97e2efa8b4a Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 23 May 2005 09:37:34 +0000 Subject: [PATCH] - Fixed bug #33017 (make distclean give error outside of php-src) --- Makefile.global | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.global b/Makefile.global index a76e766433c32..6c4e1821d97db 100644 --- a/Makefile.global +++ b/Makefile.global @@ -71,7 +71,7 @@ clean: distclean: clean rm -f config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h stamp-h php5.spec sapi/apache/libphp5.module buildmk.stamp - egrep define'.*include/php' configure|sed 's/.*>//'|xargs rm -f + egrep define'.*include/php' $(top_srcdir)/configure|sed 's/.*>//'|xargs rm -f find . -name Makefile | xargs rm -f .PHONY: all clean install distclean test