diff options
author | Brian Paul <[email protected]> | 2003-09-09 15:08:44 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-09-09 15:08:44 +0000 |
commit | ca29a7c7315d36cfebd2e909323133dd7608b328 (patch) | |
tree | c660c208ac36a1ad7b992b860f25a59609a2f6ce /Makefile.X11 | |
parent | c7b872a2774e14d06b7e041d444c9e6e922ce5f5 (diff) |
remove duplicate sunos5-smp entries
Diffstat (limited to 'Makefile.X11')
-rw-r--r-- | Makefile.X11 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index f7e6d6c2c8b..0478ffc0601 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.84 2003/09/08 14:58:05 brianp Exp $ +# $Id: Makefile.X11,v 1.85 2003/09/09 15:08:44 brianp Exp $ # Mesa 3-D graphics library # Version: 5.1 @@ -91,7 +91,6 @@ default: @echo " make sunos5 for Suns with SunOS 5.x" @echo " make sunos5-smp for Suns with SunOS 5.x, SMP optimization" @echo " make sunos5-gcc for Suns with SunOS 5.x and GCC" - @echo " make sunos5-smp for Suns with SunOS 5.x, for smp only" @echo " make ultrix-gcc for DEC systems with Ultrix and GCC" @echo " make unixware for PCs running UnixWare" @echo " make unixware-shared for PCs running UnixWare, shared libs" |