diff options
author | Brian <brian@yutani.localnet.net> | 2007-04-27 08:00:51 -0600 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-04-27 08:00:51 -0600 |
commit | 65bab0dad85962de221b06bcf93b8bfe678a382b (patch) | |
tree | a29073ec5e4af17258cabc06a8d8fb3d5976c833 /Makefile | |
parent | 74edc663a60522ff95dbd2b1e8711f3d5bfae60a (diff) |
remove rc4 suffix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -155,10 +155,10 @@ ultrix-gcc: # Rules for making release tarballs -DIRECTORY = Mesa-6.5.3rc4 -LIB_NAME = MesaLib-6.5.3rc4 -DEMO_NAME = MesaDemos-6.5.3rc4 -GLUT_NAME = MesaGLUT-6.5.3rc4 +DIRECTORY = Mesa-6.5.3 +LIB_NAME = MesaLib-6.5.3 +DEMO_NAME = MesaDemos-6.5.3 +GLUT_NAME = MesaGLUT-6.5.3 MAIN_FILES = \ $(DIRECTORY)/Makefile* \ |