summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegafonts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-11-03 22:47:27 +0000
committerKarl Berry <karl@freefriends.org>2021-11-03 22:47:27 +0000
commit650cf7977ad4ca569c6942475de6e0c952bf86cf (patch)
tree1b1f869ee7754769b314a0374b8c0733619e955b /Build/source/texk/web2c/omegafonts
parentb49459b8d1bc87a8344f5bb39e395ab52893798c (diff)
[w32] use libtool to install intended .exe, not libtool wrapper
git-svn-id: svn://tug.org/texlive/trunk@60940 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/omegafonts')
-rw-r--r--Build/source/texk/web2c/omegafonts/ChangeLog6
-rw-r--r--Build/source/texk/web2c/omegafonts/Makefile.am7
-rw-r--r--Build/source/texk/web2c/omegafonts/Makefile.in3
3 files changed, 13 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/omegafonts/ChangeLog b/Build/source/texk/web2c/omegafonts/ChangeLog
index c0c111637fb..fbfae89c954 100644
--- a/Build/source/texk/web2c/omegafonts/ChangeLog
+++ b/Build/source/texk/web2c/omegafonts/ChangeLog
@@ -1,3 +1,9 @@
+2021-11-03 Karl Berry <karl@freefriends.org>
+
+ * Makefile.am (install-exec-hook) [WIN32]: install via libtool,
+ the same change as made for dvipdfmx.
+ https://tug.org/pipermail/dvipdfmx/2021-October/000301.html
+
2020-12-04 Karl Berry <karl@freefriends.org>
* pl-lexer.l (YY_BUF_SIZE): #define 110000, for the same
diff --git a/Build/source/texk/web2c/omegafonts/Makefile.am b/Build/source/texk/web2c/omegafonts/Makefile.am
index b39f11f3c8c..2be88e04372 100644
--- a/Build/source/texk/web2c/omegafonts/Makefile.am
+++ b/Build/source/texk/web2c/omegafonts/Makefile.am
@@ -1,6 +1,8 @@
+## $Id$
## Makefile.am for the TeX Live subdirectory texk/web2c/omegafonts/
##
-## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2015-2021 Karl Berry <tex-live@tug.org>
+## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
AM_CPPFLAGS = -I$(top_builddir)/.. -I$(top_srcdir) $(KPATHSEA_INCLUDES) -DNOT_WEB2C
@@ -82,8 +84,9 @@ include $(top_srcdir)/../../am/bin_links.am
if OTANGLE
install-exec-hook: install-bin-links
if WIN32
+# same install happens in dvipdfmx.
for f in $(linked_programs); do \
- $(INSTALL_PROGRAM) call_omfonts$(EXEEXT) $(DESTDIR)$(bindir)/$$f$(EXEEXT) || exit 1; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) call_omfonts$(EXEEXT) "$(DESTDIR)$(bindir)/$$f$(EXEEXT)"
done
endif WIN32
uninstall-hook: uninstall-bin-links
diff --git a/Build/source/texk/web2c/omegafonts/Makefile.in b/Build/source/texk/web2c/omegafonts/Makefile.in
index 5692c387b8f..363175fccca 100644
--- a/Build/source/texk/web2c/omegafonts/Makefile.in
+++ b/Build/source/texk/web2c/omegafonts/Makefile.in
@@ -1425,8 +1425,9 @@ uninstall-bin-links:
@WIN32_FALSE@ done
@OTANGLE_TRUE@install-exec-hook: install-bin-links
+# same install happens in dvipdfmx.
@OTANGLE_TRUE@@WIN32_TRUE@ for f in $(linked_programs); do \
-@OTANGLE_TRUE@@WIN32_TRUE@ $(INSTALL_PROGRAM) call_omfonts$(EXEEXT) $(DESTDIR)$(bindir)/$$f$(EXEEXT) || exit 1; \
+@OTANGLE_TRUE@@WIN32_TRUE@ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) call_omfonts$(EXEEXT) "$(DESTDIR)$(bindir)/$$f$(EXEEXT)"
@OTANGLE_TRUE@@WIN32_TRUE@ done
@OTANGLE_TRUE@uninstall-hook: uninstall-bin-links
@OTANGLE_TRUE@@WIN32_TRUE@ for f in $(linked_programs); do \