From 681a13e7f9c9edd6587c0b2c2c88b82e24fda036 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 5 Feb 2009 08:39:10 -0700 Subject: mesa: minor Makefile improvement for versioning --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 840b41464f..bf69b2a587 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* \ -- cgit v1.2.3