diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2013-12-02 19:42:51 +0000 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2013-12-06 08:08:09 -0800 |
commit | e6710f42179a4750919c18e76a775ff0292b777b (patch) | |
tree | ae65c506468df188c4b2b55bdca27ec886437101 | |
parent | 31751bd40bb632397def1da201cf6312ebf973af (diff) |
automake: include only one copy VERSION in tarball
The VERSION file is tracked by git (git ls-files), thus
adding it to EXTRA_FILES will result in a duplicate copy
within the final tarball.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=72230
Cc: "10.0" <mesa-stable@lists.freedesktop.org>
Reported-by: Patrick Steinhardt <ps@pks.im>
Tested-by: Patrick Steinhardt <ps@pks.im>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
(cherry picked from commit 507c2356e3caa3b7da98787ae2de96c7bca0089e)
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 361fb5122e..600adad7f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,6 @@ PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION) EXTRA_FILES = \ aclocal.m4 \ configure \ - VERSION \ bin/ar-lib \ bin/compile \ bin/config.sub \ |