diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-03-18 23:39:58 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-03-18 23:39:58 +0000 |
commit | 8c77d45b0660554352c53c57c95ee035c28f7d3f (patch) | |
tree | 066828d485823a9ac47c4bb7d7d0ce59613a071e /Makefile.X11 | |
parent | 660f6dec37ee46ea945c39f33c0fec21d88f87e9 (diff) |
updated for Mesa 3.2
Diffstat (limited to 'Makefile.X11')
-rw-r--r-- | Makefile.X11 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index 6f623fe330..e1eadc6642 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.12.2.5 2000/02/10 15:57:03 brianp Exp $ +# $Id: Makefile.X11,v 1.12.2.6 2000/03/18 23:39:58 brianp Exp $ # Mesa 3-D graphics library # Version: 3.2 @@ -314,9 +314,9 @@ realclean: clean -DIRECTORY = Mesa-3.1 -LIB_NAME = MesaLib-3.1 -DEMO_NAME = MesaDemos-3.1 +DIRECTORY = Mesa-3.2 +LIB_NAME = MesaLib-3.2 +DEMO_NAME = MesaDemos-3.2 LIB_FILES = \ |