diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-01-27 13:02:40 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-01-27 13:02:40 +0100 |
commit | 905689bf637ec95af65723c84fe45ca4a759fea8 (patch) | |
tree | cc1dfd236b0aa2d7a342b758121641a7e0a594a5 | |
parent | 001f4a81ec1f935abaa790cd57fbf872742e99de (diff) |
make distclean: Remove config.status and config.log.
darcs-hash:331f9e2b6206489904445e9c3df23b4d1488d992
-rw-r--r-- | GNUmakefile | 2 |
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 |