From 3e4f53df611d0592a9f8d7b154a48573b2b29ae6 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 6 Jul 2012 21:15:37 +0200 Subject: [PATCH] yacc tests: fix spurious failure with parallel make * t/yacc-deleted-headers.sh: Here, by adding a missing dependency in the Makefile.am. Revealed by a failure with Sun Distributed make run on Solaris 10 in parallel mode. Signed-off-by: Stefano Lattarini --- t/yacc-deleted-headers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/yacc-deleted-headers.sh b/t/yacc-deleted-headers.sh index d522b8c40..952560d86 100755 --- a/t/yacc-deleted-headers.sh +++ b/t/yacc-deleted-headers.sh @@ -44,7 +44,7 @@ BUILT_SOURCES = parse1.h p2-parse2.h # should be able to just declare dependencies directly instead # of relying on the BUILT_SOURCES hack, and things should still # work correctly. -main3.@OBJEXT@: parse3.h +main3.@OBJEXT@ parse3.@OBJEXT@: parse3.h .PHONY: clean-p3 build-p3 build-p3: p3$(EXEEXT) -- 2.47.2