X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=50c5ccb9c3eae281e3fc1c7c16810c56c70ef9b8;hb=40d88d4fa3b13c0e7fe8eca23ff6d27e790bada2;hp=caca2923b7a765857024c5ec470f6b0562ebd42c;hpb=f94fbbee902802b317bd95150e1a7ae8be166c13;p=git.git diff --git a/Makefile b/Makefile index caca2923..50c5ccb9 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__