]> granicus.if.org Git - php/commitdiff
- Fixed bug #33017 (make distclean give error outside of php-src)
authorfoobar <sniper@php.net>
Mon, 23 May 2005 09:37:34 +0000 (09:37 +0000)
committerfoobar <sniper@php.net>
Mon, 23 May 2005 09:37:34 +0000 (09:37 +0000)
Makefile.global

index a76e766433c32b3310e5f71cda9440d7a2f06901..6c4e1821d97db4af112cf732deaf7661d095cd54 100644 (file)
@@ -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