blob: 1fbc1e54eb4970d622be38067ee6f7be2026327d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.in.orig 2012-09-14 18:34:40.000000000 +0400
+++ Makefile.in 2011-07-16 15:50:53.000000000 +0400
@@ -251,7 +251,7 @@
INSTALL_KWALLET_LIB = $(INSTALL_LIB)
INSTALL_NEON_LIB = $(INSTALL_LIB)
INSTALL_SERF_LIB = $(INSTALL_LIB)
-INSTALL_BIN = $(LIBTOOL) --mode=install $(INSTALL)
+INSTALL_BIN = $(LIBTOOL) --mode=install $(INSTALL) -s
INSTALL_CONTRIB = $(LIBTOOL) --mode=install $(INSTALL)
INSTALL_TOOLS = $(LIBTOOL) --mode=install $(INSTALL)
INSTALL_INCLUDE = $(INSTALL) -m 644
|