summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 05570e7..ec93a5b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -27,7 +27,7 @@ clean:
distclean: clean
@for d in $(SUBDIRS); do if ! make -C $$d $@; then exit 1; fi; done
- rm -f Makefile config.cache config.log config.status Rules.make
+ rm -f Makefile config.cache config.log config.status Rules.make configure
install: all
@for d in $(SUBDIRS); do if ! make -C $$d $@; then exit 1; fi; done