From efc07debaf60f5aa81bef78dc3219962ba88c3b8 Mon Sep 17 00:00:00 2001 From: Brandon Casey Date: Wed, 27 May 2009 21:17:05 -0500 Subject: Makefile: use /usr/ucb/install on SunOS platforms rather than ginstall We can avoid a GNU dependency by using /usr/ucb/install. Signed-off-by: Brandon Casey Signed-off-by: Junio C Hamano --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eaae45db7c..ba780775c7 100644 --- a/Makefile +++ b/Makefile @@ -715,7 +715,7 @@ ifeq ($(uname_S),SunOS) NO_C99_FORMAT = YesPlease NO_STRTOUMAX = YesPlease endif - INSTALL = ginstall + INSTALL = /usr/ucb/install TAR = gtar BASIC_CFLAGS += -D__EXTENSIONS__ endif -- cgit v1.2.3