summaryrefslogtreecommitdiffstats
path: root/devel/icu/files/patch-stubdata_Makefile.in
blob: 64496fc4eecb59b98e90d17be36a0176ec299136 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- stubdata/Makefile.in.orig	2016-03-23 20:50:52 UTC
+++ stubdata/Makefile.in
@@ -82,7 +82,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)
OpenPOWER on IntegriCloud