mesa: minor Makefile improvement for versioning

This commit is contained in:
Brian Paul 2009-02-05 08:39:10 -07:00
parent 285b500bb7
commit 681a13e7f9
1 changed files with 5 additions and 4 deletions

View File

@ -174,10 +174,11 @@ ultrix-gcc:
# Rules for making release tarballs
DIRECTORY = Mesa-7.5-devel
LIB_NAME = MesaLib-7.5-devel
DEMO_NAME = MesaDemos-7.5-devel
GLUT_NAME = MesaGLUT-7.5-devel
VERSION=7.5-devel
DIRECTORY = Mesa-$(VERSION)
LIB_NAME = MesaLib-$(VERSION)
DEMO_NAME = MesaDemos-$(VERSION)
GLUT_NAME = MesaGLUT-$(VERSION)
MAIN_FILES = \
$(DIRECTORY)/Makefile* \