summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-08-14 13:57:44 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-08-14 13:57:44 +0200
commit4565f6e078395ad43f1a6eefb13fd3725b184ed4 (patch)
treebba122ce888e01d8ccc687747d01bd5b96eed156
parentbbb422a81b7d5c186e6fca23cd1d39695461ab71 (diff)
really cleanup
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index de43ef7..164deb4 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,6 @@ uninstall:
@false
distclean:
- rm $(SRCDIR)config.mk
+ rm -f $(SRCDIR)config.mk $(SRCDIR)config.log $(SRCDIR)config.status
# vim: set noet sw=4 ts=4: