diff options
author | Jani Taskinen <jani@php.net> | 2009-07-21 13:57:33 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2009-07-21 13:57:33 +0000 |
commit | d671793295632f4a3fbb5ccfef8b8f1bd8417d1e (patch) | |
tree | fcf7b94f28a459dd511ce5bda78ac2f76f864641 /Makefile.global | |
parent | 36b94bea86f05712e60d1e3a14943073ab031785 (diff) | |
download | php-git-d671793295632f4a3fbb5ccfef8b8f1bd8417d1e.tar.gz |
- There is only one Makefile that needs removing
Diffstat (limited to 'Makefile.global')
-rw-r--r-- | Makefile.global | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.global b/Makefile.global index 6a62d72478..d87f84c5f9 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 php5.spec 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 php5.spec 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: |