summaryrefslogtreecommitdiff
path: root/buildlib/makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'buildlib/makefile.in')
-rw-r--r--buildlib/makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildlib/makefile.in b/buildlib/makefile.in
index 756565f40..ec7cdd63a 100644
--- a/buildlib/makefile.in
+++ b/buildlib/makefile.in
@@ -21,7 +21,7 @@ all headers library clean veryclean binary program doc:
.PHONY: maintainer-clean dist-clean pristine sanity distclean
maintainer-clean dist-clean pristine sanity distclean:
-rm -rf $(DIRS)
- -rm -f config.cache config.log config.status environment.mak makefile
+ -rm -f config.cache config.log config.status environment.*mak makefile
# Create the required directories and build the shims
# The configure script fills in below, and then we do the right things..