diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-07-17 19:26:04 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-07-17 19:26:04 +0000 |
commit | 4403f5cd30ff156c6df1ace641364e12bd394fc3 (patch) | |
tree | 2e4491361fededbc03f648aaecf3880dc3ea83f4 | |
parent | 83456f39d62fea727bcb98e6a40509debddfe0dc (diff) |
removed redundant configure file from tar archive, updated version numbers
-rw-r--r-- | Makefile.X11 | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index c7b7dd8464..45bb4b6235 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,7 +1,7 @@ -# $Id: Makefile.X11,v 1.12.2.11 2000/06/05 14:40:09 brianp Exp $ +# $Id: Makefile.X11,v 1.12.2.12 2000/07/17 19:26:04 brianp Exp $ # Mesa 3-D graphics library -# Version: 3.2 +# Version: 3.2.1 # # Copyright (C) 1999-2000 Brian Paul All Rights Reserved. # @@ -321,9 +321,9 @@ realclean: clean -DIRECTORY = Mesa-3.2 -LIB_NAME = MesaLib-3.2 -DEMO_NAME = MesaDemos-3.2 +DIRECTORY = Mesa-3.2.1 +LIB_NAME = MesaLib-3.2.1 +DEMO_NAME = MesaDemos-3.2.1 LIB_FILES = \ @@ -343,7 +343,6 @@ LIB_FILES = \ $(DIRECTORY)/missing \ $(DIRECTORY)/mkinstalldirs \ $(DIRECTORY)/stamp-h.in \ - $(DIRECTORY)/configure \ $(DIRECTORY)/docs/CONFIG \ $(DIRECTORY)/docs/CONFORM \ $(DIRECTORY)/docs/COPYING \ @@ -368,7 +367,6 @@ LIB_FILES = \ $(DIRECTORY)/mesawin32.mak \ $(DIRECTORY)/Names.win \ $(DIRECTORY)/win32-openstep.sh \ - $(DIRECTORY)/Makefile.dja \ $(DIRECTORY)/common.dja \ $(DIRECTORY)/include/GL/Makefile.in \ $(DIRECTORY)/include/GL/Makefile.am \ |