Signed-off-by: James Youngman <[email protected]>
(cherry picked from commit 530e4a541d463d7724159c8e479e33823cea0549)
---
Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 3086058..4927b00 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,8 @@ AUTOMAKE_OPTIONS=gnits
EXTRA_DIST = COPYING ChangeLog TODO config.h.in stamp-h.in \
THANKS import-gnulib.sh import-gnulib.config \
tool-versions.txt README-hacking
+DISTCLEANFILES = tool-versions.txt
+
# "tests" is the gnulib unit test dir.
SUBDIRS = gnulib tests build-aux lib find xargs locate doc po m4
@@ -24,8 +26,6 @@ tool-versions.txt: Makefile
makeinfo --version ) > $@
-# DISTCLEANFILES = intl/libintl.h
-
dist-hook: jy-regex-fix findutils-check-pofiles findutils-check-testfiles
--
1.5.6.5