Skip to content

Commit

Permalink
Solaris 9 also wants our own unsetenv/setenv.
Browse files Browse the repository at this point in the history
[jc: the original had "index() is evil" but that should be a
separate patch.]
  • Loading branch information
Dennis Stosberg authored and Junio C Hamano committed Apr 11, 2006
1 parent f94fbbe commit 40d88d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down

0 comments on commit 40d88d4

Please sign in to comment.