summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2014-12-23 22:10:08 (GMT)
committerJason Evans <je@fb.com>2015-02-13 20:36:14 (GMT)
commitf8880310ebb0ad5e1acce6e9886395e20041a32f (patch)
tree89a6831aa1038e959efb75ebe78d73dec8109dff /Makefile.in
parentab5e3790f6bc2dc0c4d7c3d537387cf2563456ff (diff)
downloadjemalloc-f8880310ebb0ad5e1acce6e9886395e20041a32f.zip
jemalloc-f8880310ebb0ad5e1acce6e9886395e20041a32f.tar.gz
jemalloc-f8880310ebb0ad5e1acce6e9886395e20041a32f.tar.bz2
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.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index b1d88af..a105bb1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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)