diff options
author | Dan McGregor <dan.mcgregor@usask.ca> | 2014-12-23 22:10:08 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2015-02-13 20:36:14 (GMT) |
commit | f8880310ebb0ad5e1acce6e9886395e20041a32f (patch) | |
tree | 89a6831aa1038e959efb75ebe78d73dec8109dff /Makefile.in | |
parent | ab5e3790f6bc2dc0c4d7c3d537387cf2563456ff (diff) | |
download | jemalloc-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.in | 2 |
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) |