Module: Mesa Branch: master Commit: 681a13e7f9c9edd6587c0b2c2c88b82e24fda036 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=681a13e7f9c9edd6587c0b2c2c88b82e24fda036
Author: Brian Paul <[email protected]> Date: Thu Feb 5 08:39:10 2009 -0700 mesa: minor Makefile improvement for versioning --- Makefile | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 840b414..bf69b2a 100644 --- a/Makefile +++ b/Makefile @@ -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* \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
