diff options
author | Brian Paul <brianp@vmware.com> | 2009-01-08 17:21:20 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-01-08 17:21:20 -0700 |
commit | 4497a5a57d0fdb5c5ec15750e477aeb49f5e453d (patch) | |
tree | 88b40673e4127fa8b8e911e6a15ee6d380bcb9ee /Makefile | |
parent | f7b4c2cca9ea9013f527b25ae45605047c58d64c (diff) |
mesa: 7.3-rc-1 Makefile changes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -174,10 +174,10 @@ ultrix-gcc: # Rules for making release tarballs -DIRECTORY = Mesa-7.1-rc4 -LIB_NAME = MesaLib-7.1-rc4 -DEMO_NAME = MesaDemos-7.1-rc4 -GLUT_NAME = MesaGLUT-7.1-rc4 +DIRECTORY = Mesa-7.3-rc1 +LIB_NAME = MesaLib-7.3-rc1 +DEMO_NAME = MesaDemos-7.3-rc1 +GLUT_NAME = MesaGLUT-7.3-rc1 MAIN_FILES = \ $(DIRECTORY)/Makefile* \ |