Touch c-gperf.h before building legacy gcc.

This commit is contained in:
Oliver Tappe
2011-11-22 22:28:09 +01:00
committed by zooey
parent c51014771d
commit 25389523bd
+2 -1
View File
@@ -124,8 +124,9 @@ 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.
# And while at it, touch gperf target, too (as gperf may not be installed)
(cd $buildToolsDir/gcc/gcc; touch c-parse.c c-parse.h cexp.c cp/parse.c \
cp/parse.h)
cp/parse.h c-gperf.h)
# configure gcc
cd $gccObjDir