From c93738687c25a174ff88636ee47c1a701ed1f253 Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 3 Aug 2007 13:32:28 -0600 Subject: [PATCH] remove -rc2 --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 43e9ea0d43b..3cab262bf44 100644 --- a/Makefile +++ b/Makefile @@ -166,10 +166,10 @@ ultrix-gcc: # Rules for making release tarballs -DIRECTORY = Mesa-7.0.1-rc2 -LIB_NAME = MesaLib-7.0.1-rc2 -DEMO_NAME = MesaDemos-7.0.1-rc2 -GLUT_NAME = MesaGLUT-7.0.1-rc2 +DIRECTORY = Mesa-7.0.1 +LIB_NAME = MesaLib-7.0.1 +DEMO_NAME = MesaDemos-7.0.1 +GLUT_NAME = MesaGLUT-7.0.1 MAIN_FILES = \ $(DIRECTORY)/Makefile* \