blob: 23d88a42587fa491c3191d122f9f551c8eb1775f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- tools/ctestfw/Makefile.in.orig 2016-03-23 20:50:16 UTC
+++ tools/ctestfw/Makefile.in
@@ -78,7 +78,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)
|