build: Use PACKAGE_VERSION from autoconf

Both variables had the same value.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Andreas Boll
2013-06-05 10:43:10 +02:00
parent c0f7ccc136
commit 8bc788ea9e
2 changed files with 0 additions and 2 deletions

View File

@@ -36,7 +36,6 @@ check-local:
# Rules for making release tarballs
PACKAGE_VERSION=9.2.0-devel
PACKAGE_DIR = Mesa-$(PACKAGE_VERSION)
PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)

View File

@@ -196,7 +196,6 @@ branch is relevant.
<h3>Verify and update version info</h3>
<dl>
<dt>Makefile.am</dt>
<dt>SConstruct</dt>
<dt>Android.common.mk</dt>
<dd>PACKAGE_VERSION</dd>