From 2f7b75b323d3cc33b1bb269e11bb6e308287562f Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 15 Nov 2011 20:22:23 +0100 Subject: [PATCH] Fix the gcc bison issue for real Also touch cp/parse.{c,h}, which apparently are the culprit. --- build/scripts/build_cross_tools | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/scripts/build_cross_tools b/build/scripts/build_cross_tools index 6f5efa92bf..976b7327c6 100755 --- a/build/scripts/build_cross_tools +++ b/build/scripts/build_cross_tools @@ -124,7 +124,8 @@ copy_headers $haikuSourceDir/headers/posix $tmpIncludeDir/posix # Touch some files generated by bison, so that bison won't run to update them. # Fixes issues with newer bison versions. -(cd $buildToolsDir/gcc/gcc; touch c-parse.c c-parse.h cexp.c) +(cd $buildToolsDir/gcc/gcc; touch c-parse.c c-parse.h cexp.c cp/parse.c \ + cp/parse.h) # configure gcc cd $gccObjDir