Fix the gcc bison issue for real

Also touch cp/parse.{c,h}, which apparently are the culprit.
This commit is contained in:
Ingo Weinhold 2011-11-15 20:22:23 +01:00
parent 4f23d85e4f
commit 2f7b75b323

View File

@ -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