aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDennis Stosberg <dennis@stosberg.net>2006-04-11 11:42:26 -0700
committerJunio C Hamano <junkio@cox.net>2006-04-11 11:42:26 -0700
commit40d88d4fa3b13c0e7fe8eca23ff6d27e790bada2 (patch)
tree6e40ce8ef4008fe514150ee3319b1e520a434df6 /Makefile
parentf94fbbee902802b317bd95150e1a7ae8be166c13 (diff)
downloadgit-40d88d4fa3b13c0e7fe8eca23ff6d27e790bada2.tar.gz
git-40d88d4fa3b13c0e7fe8eca23ff6d27e790bada2.tar.xz
Solaris 9 also wants our own unsetenv/setenv.
[jc: the original had "index() is evil" but that should be a separate patch.]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index caca2923b..50c5ccb9c 100644
--- a/Makefile
+++ b/Makefile
@@ -248,6 +248,10 @@ ifeq ($(uname_S),SunOS)
NO_UNSETENV = YesPlease
NO_SETENV = YesPlease
endif
+ ifeq ($(uname_R),5.9)
+ NO_UNSETENV = YesPlease
+ NO_SETENV = YesPlease
+ endif
INSTALL = ginstall
TAR = gtar
ALL_CFLAGS += -D__EXTENSIONS__