summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f94fbbe)
raw | patch | inline | side by side (parent: f94fbbe)
author | Dennis Stosberg <dennis@stosberg.net> | |
Tue, 11 Apr 2006 18:42:26 +0000 (11:42 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 11 Apr 2006 18:42:26 +0000 (11:42 -0700) |
[jc: the original had "index() is evil" but that should be a
separate patch.]
separate patch.]
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index caca2923b7a765857024c5ec470f6b0562ebd42c..50c5ccb9c3eae281e3fc1c7c16810c56c70ef9b8 100644 (file)
--- a/Makefile
+++ b/Makefile
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__