diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-05-10 03:00:58 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-05-10 03:00:58 +0000 |
commit | f2bcadec7c45727058050521cca1c52b6226aa68 (patch) | |
tree | f31f70f8aaf7612577d33ff0f6f9a0c8ca5e92b7 /Makefile.X11 | |
parent | f50bbbf8556483a8def9862c0d05382e43177eb0 (diff) |
removed linux-386-opt-V2-glide config since FX_V2 symbol has no significance anymore
Diffstat (limited to 'Makefile.X11')
-rw-r--r-- | Makefile.X11 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index cc7ff0cbfa..5d688ed642 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.43 2001/04/26 22:27:09 brianp Exp $ +# $Id: Makefile.X11,v 1.44 2001/05/10 03:00:58 brianp Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -76,7 +76,6 @@ default: @echo " make linux-glide for Linux w/ 3Dfx Glide driver" @echo " make linux-386-glide for Linux w/ 3Dfx Glide driver, Intel assembly" @echo " make linux-386-opt-glide for Linux with 3Dfx Voodoo1 for GLQuake" - @echo " make linux-386-opt-V2-glide for Linux with 3Dfx Voodoo2 for GLQuake" @echo " make linux-x86-glide for Linux w/ all x86 asm for Glide" @echo " make linux-alpha for Linux on Alpha systems" @echo " make linux-alpha-static for Linux on Alpha systems, static libs" @@ -144,7 +143,7 @@ irix4 irix5 irix5-gcc irix5-dso irix6-o32 irix6-o32-dso \ linux linux-static linux-debug linux-static-debug linux-prof \ linux-x86 linux-x86-static linux-x86-debug \ linux-glide linux-386-glide linux-386-opt-glide \ -linux-386-opt-V2-glide linux-x86-glide linux-glide-debug linux-glide-prof \ +linux-x86-glide linux-glide-debug linux-glide-prof \ linux-alpha-static linux-alpha \ linux-ppc-static linux-ppc \ linux-sparc \ |