summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2010-07-11 13:21:00 +0000
committerFelipe Pena <felipe@php.net>2010-07-11 13:21:00 +0000
commitc0db5703361b21289db9000367106ddb38276ba8 (patch)
tree3d82b0526a77daa6bfdc1900682abb6680017a2f
parentd32b9dbf52630fcfbbfc62c7687e59cb3557d4ac (diff)
downloadphp-git-c0db5703361b21289db9000367106ddb38276ba8.tar.gz
- Added lemon to distclean
-rw-r--r--Makefile.global2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.global b/Makefile.global
index 4a8da4f1dc..69dca6bcd4 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -112,7 +112,7 @@ clean:
rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(OVERALL_TARGET) modules/* libs/*
distclean: clean
- 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
+ rm -f Makefile lemon 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
.PHONY: all clean install distclean test