Put VERSION file in object directory

Also allow for the possibility that there exists a VERSION
file in the srcroot, in case of building from a release tarball
out of tree.
This commit is contained in:
Dan McGregor
2014-12-23 16:10:08 -06:00
committed by Jason Evans
parent ab5e3790f6
commit f8880310eb
2 changed files with 16 additions and 12 deletions

View File

@@ -418,7 +418,7 @@ distclean: clean
relclean: distclean
rm -f $(objroot)configure
rm -f $(srcroot)VERSION
rm -f $(objroot)VERSION
rm -f $(DOCS_HTML)
rm -f $(DOCS_MAN3)