From b51a38c4410bbff17d4296fcb1fda13313b251ac Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 2 Jan 2019 20:24:47 +1100 Subject: * Makefile.am (DISTCLEANFILES): Don't use this. (CLEANFILES): Use this instead. * Makefile.in: Regenerate. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 098fd92..99a7eec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ EXTRA_DIST = ChangeLog-1992 MAINTAINERS dejagnu runtest \ $(commands_DATA) $(TESTSUITE_FILES) $(TEXINFO_TEX)\ $(CONTRIB) -DISTCLEANFILES = options-init.exp stats-init.exp +CLEANFILES = options-init.exp stats-init.exp # Give a reassuring message so that users know the "build" worked. all-local: -- cgit v1.1