aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-11-02 20:21:11 +0000
committerGuy Harris <guy@alum.mit.edu>2011-11-02 20:21:11 +0000
commit21688e4e469ab4057978a581d6b7016f522d6cba (patch)
tree7efa46ab8020bcd4bbe215bfdfeb8f0a9444569c /Makefile.am
parent66b220330acb0fca61e059af73e9191e30889297 (diff)
We have to remove svnversion.h with "make distclean".
svn path=/trunk/; revision=39720
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 1a2c28d9b2..33892f658c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -534,12 +534,18 @@ CLEANFILES = \
vgcore.*
#
+# We have to remove svnversion.h with "make distclean", as, otherwise,
+# "make distcheck" fails. We still need to make the tarballs work
+# even if you do "make distclean" and try to rebuild; that's a work in
+# progress.
+#
# XXX - "ps.c" is distributed in the source tarballs; why is it in the
# list of files removed by "make distclean"? (It's deliberately
# included in that list.)
#
DISTCLEANFILES = \
- ps.c
+ ps.c \
+ svnversion.h
MAINTAINERCLEANFILES = \
$(GENERATED_FILES) \
@@ -552,7 +558,6 @@ MAINTAINERCLEANFILES = \
install-sh \
ltmain.sh \
missing \
- svnversion.h \
ylwrap
EXTRA_DIST = \