summaryrefslogtreecommitdiffstats
path: root/devel/icu/files/patch-io_Makefile.in
blob: 9d44a6211a08d9801d95d90c224ae909cd5c3601 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- io/Makefile.in.orig	2016-03-23 20:50:52 UTC
+++ io/Makefile.in
@@ -96,7 +96,7 @@ install-local: install-headers install-l
 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)
OpenPOWER on IntegriCloud