projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33fd716
)
Makefile: use /usr/ucb/install on SunOS platforms rather than ginstall
author
Brandon Casey
<drafnel@gmail.com>
Thu, 28 May 2009 02:17:05 +0000
(21:17 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 29 May 2009 06:55:14 +0000
(23:55 -0700)
We can avoid a GNU dependency by using /usr/ucb/install.
Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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 =
g
install
+ INSTALL =
/usr/ucb/
install
TAR = gtar
BASIC_CFLAGS += -D__EXTENSIONS__
endif