]> granicus.if.org Git - php/commitdiff
- There is only one Makefile that needs removing
authorJani Taskinen <jani@php.net>
Tue, 21 Jul 2009 13:57:33 +0000 (13:57 +0000)
committerJani Taskinen <jani@php.net>
Tue, 21 Jul 2009 13:57:33 +0000 (13:57 +0000)
Makefile.global

index 9d5208e0f3a0f450a90fc0f010ac2383c13203e4..4f37a749679bbc09b6d1b9d700b39513b4fe6379 100644 (file)
@@ -115,9 +115,8 @@ clean:
        rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(OVERALL_TARGET) modules/* libs/*
 
 distclean: clean
-       rm -f config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h stamp-h sapi/apache/libphp$(PHP_MAJOR_VERSION).module buildmk.stamp
+       rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h stamp-h sapi/apache/libphp$(PHP_MAJOR_VERSION).module buildmk.stamp
        $(EGREP) define'.*include/php' $(top_srcdir)/configure | $(SED) 's/.*>//'|xargs rm -f
-       find . -name Makefile | xargs rm -f
 
 .PHONY: all clean install distclean test
 .NOEXPORT: