summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-07-31 09:32:10 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-07-31 09:32:28 -0600
commit2c0b3d8c4be953e19a04195f53b36cf333e34ec6 (patch)
tree80bc7a3176405feeec6eb50872f6a10ea355e942 /Makefile
parent59b1233e7075ff54a2cd183234f2a092eef5cc75 (diff)
added sunos5-v9-cc-g++ config
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9a6557571c5..74107b880f6 100644
--- a/Makefile
+++ b/Makefile
@@ -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" ; \