mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 03:51:18 +02:00
12 lines
403 B
Plaintext
12 lines
403 B
Plaintext
--- 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)
|