aboutsummaryrefslogtreecommitdiffstats
path: root/print/texinfo/files/patch-tp-Texinfo-XS-Makefile.in
blob: 80b652fb255897824ee3180cc995e479bec7d7a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
% 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.