We have to remove svnversion.h with "make distclean".

svn path=/trunk/; revision=39720
This commit is contained in:
Guy Harris 2011-11-02 20:21:11 +00:00
parent 66b220330a
commit 21688e4e46
1 changed files with 7 additions and 2 deletions

View File

@ -533,13 +533,19 @@ 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 = \