summaryrefslogtreecommitdiff
path: root/devel/icu/files/patch-common_Makefile.in
blob: 501313e5372677d1feff0fbc787782d2eaf64922 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- common/Makefile.in.orig	2016-03-23 20:50:12 UTC
+++ common/Makefile.in
@@ -146,7 +146,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)