Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Solaris 9 also wants our own unsetenv/setenv.
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index caca2923b7a765857024c5ec470f6b0562ebd42c..50c5ccb9c3eae281e3fc1c7c16810c56c70ef9b8 100644
(file)
--- 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__