summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2009-07-21 13:57:33 +0000
committerJani Taskinen <jani@php.net>2009-07-21 13:57:33 +0000
commit3967d6a639127a5ddca8b7818118d0d36e783a74 (patch)
tree42f9ad0507d856ae56cc300cc14326647d37ba09
parent078e6c27988c5c31948d9c4d30f6ae43a3bef4ed (diff)
downloadphp-git-3967d6a639127a5ddca8b7818118d0d36e783a74.tar.gz
- There is only one Makefile that needs removing
-rw-r--r--Makefile.global3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.global b/Makefile.global
index 9d5208e0f3..4f37a74967 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -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: