Files
bsdports/devel/libicu/files/patch-tools_toolutil_Makefile.in
2019-12-26 07:26:06 +00:00

12 lines
415 B
Plaintext

--- 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)