diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-07-31 09:32:10 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-07-31 09:32:28 -0600 |
commit | 2c0b3d8c4be953e19a04195f53b36cf333e34ec6 (patch) | |
tree | 80bc7a3176405feeec6eb50872f6a10ea355e942 /Makefile | |
parent | 59b1233e7075ff54a2cd183234f2a092eef5cc75 (diff) |
added sunos5-v9-cc-g++ config
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,7 @@ # Top-level Mesa makefile +SHELL = /bin/bash + TOP = . SUBDIRS = src progs @@ -151,6 +153,7 @@ sunos5-v8 \ sunos5-v8-static \ sunos5-v9 \ sunos5-v9-static \ +sunos5-v9-cc-g++ \ ultrix-gcc: @ if [ -e configs/current ] ; then \ echo "Please run 'make realclean' before changing configs" ; \ |