2023-03-01 03:20:45 +08:00
|
|
|
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
|
2023-10-28 02:30:01 +08:00
|
|
|
index fc982df..10f1c54 100644
|
2023-03-01 03:20:45 +08:00
|
|
|
--- a/Configurations/unix-Makefile.tmpl
|
|
|
|
+++ b/Configurations/unix-Makefile.tmpl
|
2023-10-28 02:30:01 +08:00
|
|
|
@@ -713,6 +713,7 @@ install_dev: install_runtime_libs
|
2023-03-01 03:20:45 +08:00
|
|
|
done
|
2023-10-28 02:30:01 +08:00
|
|
|
@$(PERL) $(SRCDIR)/util/mkdir-p.pl "$(DESTDIR)$(libdir)"
|
2023-03-01 03:20:45 +08:00
|
|
|
@set -e; for l in $(INSTALL_LIBS); do \
|
2023-10-28 02:30:01 +08:00
|
|
|
+ if [ -n "$(INSTALL_SHLIBS)" ] ; then continue ; fi ; \
|
2023-03-01 03:20:45 +08:00
|
|
|
fn=`basename $$l`; \
|
|
|
|
$(ECHO) "install $$l -> $(DESTDIR)$(libdir)/$$fn"; \
|
2023-10-28 02:30:01 +08:00
|
|
|
cp $$l "$(DESTDIR)$(libdir)/$$fn.new"; \
|