blob: cbf12cd84446429dc01b069aec8769951db68877 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- tools/toolutil/Makefile.in.orig 2016-03-23 20:50:26 UTC
+++ tools/toolutil/Makefile.in
@@ -89,7 +89,7 @@ install-local: install-library
install-library: all-local
$(MKINSTALLDIRS) $(DESTDIR)$(libdir)
ifneq ($(ENABLE_STATIC),)
- $(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir)
+ $(INSTALL_DATA) $(TARGET) $(DESTDIR)$(libdir)
endif
ifneq ($(ENABLE_SHARED),)
$(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir)
|