diff options
author | Peter Eriksen <s022018@student.dtu.dk> | 2005-11-02 20:27:31 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-02 16:50:58 -0800 |
commit | 2fd955cc0b49de9e64b2f073ce76033975f0be24 (patch) | |
tree | 003cf1e61da5c5fe13ed574ae3630c1ee8b56cae /Makefile | |
parent | db2c075d9375a32b8010d2b17c1d420aa8696710 (diff) | |
download | git-2fd955cc0b49de9e64b2f073ce76033975f0be24.tar.gz git-2fd955cc0b49de9e64b2f073ce76033975f0be24.tar.xz |
[PATCH] Clean up the SunOS Makefile rule
Don't set a non-standard CURLDIR as default, and fix an error
in Solaris 10 by setting NEEDS_LIBICONV.
Signed-off-by: Peter Eriksen <s022018@student.dtu.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -189,9 +189,9 @@ endif ifeq ($(uname_S),SunOS) NEEDS_SOCKET = YesPlease NEEDS_NSL = YesPlease + NEEDS_LIBICONV = YesPlease SHELL_PATH = /bin/bash NO_STRCASESTR = YesPlease - CURLDIR = /opt/sfw INSTALL = ginstall TAR = gtar PLATFORM_DEFINES += -D__EXTENSIONS__ |