summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-01-27 13:02:40 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-01-27 13:02:40 +0100
commit905689bf637ec95af65723c84fe45ca4a759fea8 (patch)
treecc1dfd236b0aa2d7a342b758121641a7e0a594a5 /GNUmakefile
parent001f4a81ec1f935abaa790cd57fbf872742e99de (diff)
make distclean: Remove config.status and config.log.
darcs-hash:331f9e2b6206489904445e9c3df23b4d1488d992
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ecba147..9f702e0 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -37,6 +37,7 @@ before-all before-clean before-install before-distclean:: config.make
after-distclean::
rm -f config.make
rm -f config.h
+ rm -f config.status config.log
else # Mac OS X
all:
$(MAKE) -C Objective-C all
@@ -48,6 +49,7 @@ distclean:
$(MAKE) -C Objective-C distclean
rm -f config.make
rm -f config.h
+ rm -f config.status config.log
install:
$(MAKE) -C Objective-C install