diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 1999-08-19 13:26:16 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 1999-08-19 13:26:16 +0000 |
commit | 5a41d02502185b0716c1006bfe79ce0504fcee85 (patch) | |
tree | 2ae5c60af5de4e9e318fc64daebbcc7ace453962 | |
parent | 65b5e1e3fda8749adb0a0c3f3a219df8b11700da (diff) |
minor change for irix-debug
-rw-r--r-- | Makefile.X11 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index 21f27e23c3..c70d2f72d8 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.1 1999/08/19 00:55:39 jtg Exp $ +# $Id: Makefile.X11,v 1.2 1999/08/19 13:26:16 brianp Exp $ # Mesa 3-D graphics library # Version: 3.1 @@ -137,7 +137,7 @@ default: aix aix-sl amix bsdos bsdos4 dgux freebsd freebsd-386 gcc \ hpux9 hpux9-sl hpux9-gcc hpux9-gcc-sl \ hpux10 hpux10-sl hpux10-gcc hpux10-gcc-sl \ -irix-debug irix4 irix5 irix5-gcc irix5-dso irix6-o32 irix6-o32-dso \ +irix4 irix5 irix5-gcc irix5-dso irix6-o32 irix6-o32-dso \ linux linux-debug linux-prof linux-elf linux-elf-debug \ linux-glide linux-386-glide linux-386-opt-glide \ linux-386-opt-V2-glide \ @@ -169,7 +169,7 @@ sunos5-x11r6-gcc-sl ultrix-gcc unicos unixware uwin vistra: if [ -d book ] ; then cd book ; $(MAKE) -f Makefile.X11 $@ ; fi -irix6-n32 irix6-n32-dso irix6-gcc-n32-sl: +irix6-n32 irix6-n32-dso irix6-gcc-n32-sl irix-debug: -mkdir lib32 touch src/depend touch src-glu/depend |