diff options
author | Brian Paul <brianp@vmware.com> | 2009-01-08 17:21:20 -0700 |
---|---|---|
committer | Alan Hourihane <alanh@vmware.com> | 2009-01-09 11:16:44 +0000 |
commit | ffe7bda603132e95f4d8a4de369bd3134d51b455 (patch) | |
tree | 9e501bacf26ceac4b56831652889a9965b371c64 /Makefile | |
parent | 4441e0a7b2b567dca3b3d45e7c6cffec64d48359 (diff) |
mesa: 7.3-rc-1 Makefile changes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -182,10 +182,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* \ |