From 8d9e64aeb24cefdf25fee9cc7919efd83f47712d Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 31 Jan 2010 08:51:35 +0000 Subject: [PATCH] Added missing builtext.h dependency declarations. The dependencies were introduced with the update to bash 4. That could cause the bash build to fail when built with multiple jobs. Thanks to Matt for investigating this! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35356 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/bash/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/bash/Jamfile b/src/bin/bash/Jamfile index 6a28edd1bd..b61b6da095 100644 --- a/src/bin/bash/Jamfile +++ b/src/bin/bash/Jamfile @@ -95,7 +95,7 @@ BinCommand bash : Includes [ FGristFiles trap.c ] : signames.h ; # some sources include the generated builtext.h -Includes [ FGristFiles execute_cmd.c jobs.c parse.c trap.c ] +Includes [ FGristFiles execute_cmd.c nojobs.c jobs.c parse.c subst.c trap.c ] : builtext.h ; # y.tab.h includes parse.h