summaryrefslogtreecommitdiffstats
path: root/testsuite/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/Makefile.in')
-rw-r--r--testsuite/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in
index f0eb991..b04e801 100644
--- a/testsuite/Makefile.in
+++ b/testsuite/Makefile.in
@@ -96,6 +96,8 @@ lispdir = @lispdir@
TESTS = consistency
EXTRA_DIST = $(TESTS)
+
+DISTCLEANFILES = ID
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES =
@@ -198,6 +200,7 @@ clean-generic:
distclean-generic:
-rm -f Makefile $(CONFIG_CLEAN_FILES)
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+ -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
maintainer-clean-generic:
mostlyclean-am: mostlyclean-generic