aboutsummaryrefslogtreecommitdiff
path: root/print/texinfo/files/patch-tp-Texinfo-XS-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'print/texinfo/files/patch-tp-Texinfo-XS-Makefile.in')
-rw-r--r--print/texinfo/files/patch-tp-Texinfo-XS-Makefile.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/print/texinfo/files/patch-tp-Texinfo-XS-Makefile.in b/print/texinfo/files/patch-tp-Texinfo-XS-Makefile.in
deleted file mode 100644
index 80b652fb2558..000000000000
--- a/print/texinfo/files/patch-tp-Texinfo-XS-Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
-% sed -i .orig '/rm -f $$(DESTDIR)/ s|$| $(DESTDIR)$(xsdir)/XSParagraph.*|' tp/Texinfo/XS/Makefile.in
-
---- tp/Texinfo/XS/Makefile.in.orig 2022-11-30 17:07:57 UTC
-+++ tp/Texinfo/XS/Makefile.in
-@@ -2326,7 +2326,7 @@ uninstall-am: uninstall-dist_modulesDATA uninstall-xsL
- # otherwise dynamic libraries aren't built (a libtool bug). Work around
- # this by deleting it after it's installed.
- install-data-hook:
-- rm -f $(DESTDIR)$(xsdir)/TestXS*
-+ rm -f $(DESTDIR)$(xsdir)/TestXS* $(DESTDIR)$(xsdir)/XSParagraph.*
- @HOST_NEEDS_NO_UNDEFINED_TRUE@ # The -no-undefined flag is for MS-Windows. See info node
- @HOST_NEEDS_NO_UNDEFINED_TRUE@ # `(gnulib)Libtool and Windows'. The -L and -l options after it show
- @HOST_NEEDS_NO_UNDEFINED_TRUE@ # where to find the undefined symbols.