summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBrian <[email protected]>2007-07-30 09:00:09 -0600
committerBrian <[email protected]>2007-07-30 09:00:09 -0600
commit3c182c5bc8fd0f766f84227e15b1a44d5afe1562 (patch)
treecf0ef21687de85f241bd5e38a64ac18cfa3ccf35 /Makefile
parent1b5677847bbb87814d6d8af3c5d188bebc2d51bb (diff)
Added sunos5-v9-cc-g++ config (Roland Egger)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bdb62ae6d4f..e1b34be6a30 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" ; \