1From 771686c042d5f494550d0399f36e00b1ca557b2d Mon Sep 17 00:00:00 2001 2From: Robert Yang <liezhi.yang@windriver.com> 3Date: Mon, 11 Nov 2024 14:12:51 +0000 4Subject: [PATCH] contrib/hdtbl/hdtbl.am: Fix race issues for parallel build 5 6Fixed race issues for parallel build: 7groff: error: couldn't exec soelim: Permission 8 9And: 10groff: error: couldn't exec grn: Permission denied 11 12Upstream-Status: Submitted [https://lists.gnu.org/archive/html/groff/2024-11/msg00097.html] 13 14Signed-off-by: Robert Yang <liezhi.yang@windriver.com> 15--- 16 contrib/hdtbl/hdtbl.am | 2 +- 17 1 file changed, 1 insertion(+), 1 deletion(-) 18 19diff --git a/contrib/hdtbl/hdtbl.am b/contrib/hdtbl/hdtbl.am 20index 9384fac..70f7bc9 100644 21--- a/contrib/hdtbl/hdtbl.am 22+++ b/contrib/hdtbl/hdtbl.am 23@@ -119,7 +119,7 @@ SUFFIXES += .roff .in .ps 24 -e "s|[@]EGREP[@]|$(EGREP)|" $< >$@ 25 26 $(HDTBLPROCESSEDEXAMPLEFILES): $(DOC_GNU_EPS) groff troff eqn pic tbl \ 27- grops grn font/devps/stamp contrib/hdtbl/examples/common.roff 28+ grops grn soelim font/devps/stamp contrib/hdtbl/examples/common.roff 29 30 uninstall_groffdirs: uninstall-hdtbl-hook 31 uninstall-hdtbl-hook: 32