diff options
author | Karl Schultz <[email protected]> | 2002-11-11 18:56:36 +0000 |
---|---|---|
committer | Karl Schultz <[email protected]> | 2002-11-11 18:56:36 +0000 |
commit | d8c6273cf6e6ad19d875c5e32357517c848a3b1a (patch) | |
tree | af338d36b319fd571004bd02b4133f3b0ae0a9d7 /Makefile.X11 | |
parent | 68b1d5c3158f48ef29287aa9568299285f8fea5c (diff) |
Tweaks for hpux. The hpux10 and hpux10-sl targets now build pretty
cleanly.
Diffstat (limited to 'Makefile.X11')
-rw-r--r-- | Makefile.X11 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index 39a09bfb860..6ce71d5e939 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.66 2002/10/29 23:09:37 brianp Exp $ +# $Id: Makefile.X11,v 1.67 2002/11/11 18:56:37 kschultz Exp $ # Mesa 3-D graphics library # Version: 5.0 @@ -51,8 +51,8 @@ default: @echo " make hpux9-sl for HP systems with HPUX 9.x, make shared libs" @echo " make hpux9-gcc for HP systems with HPUX 9.x using GCC" @echo " make hpux9-gcc-sl for HP systems with HPUX 9.x, GCC, make shared libs" - @echo " make hpux10 for HP systems with HPUX 10.x" - @echo " make hpux10-sl for HP systems with HPUX 10.x, shared libs" + @echo " make hpux10 for HP systems with HPUX 10.x and 11.x" + @echo " make hpux10-sl for HP systems with HPUX 10.x and 11.x, shared libs" @echo " make hpux10-gcc for HP systems with HPUX 10.x w/ GCC" @echo " make hpux10-gcc-sl for HP systems with HPUX 10.x w/ GCC, shared libs" @echo " make irix4 for SGI systems with IRIX 4.x" |