]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Makefile
Makefile: use /usr/ucb/install on SunOS platforms rather than ginstall
[thirdparty/git.git] / Makefile
index eaae45db7cded397eb109d81f6dbf6b8c8a2bc69..ba780775c77d0de628f492a55c561c0504d84e64 100644 (file)
--- 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