Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: use /usr/ucb/install on SunOS platforms rather than ginstall
[gitweb.git]
/
Makefile
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