mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
12 lines
415 B
Plaintext
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)
|