From: <jb...@us...> - 2003-11-14 07:41:13
|
Update of /cvsroot/linux-vax/toolchain In directory sc8-pr-cvs1:/tmp/cvs-serv21939 Modified Files: build-vax.sh Log Message: - Mention another file (./src/gcc/c-parse.c) which should be touched before build. Index: build-vax.sh =================================================================== RCS file: /cvsroot/linux-vax/toolchain/build-vax.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- build-vax.sh 13 Nov 2003 16:26:37 -0000 1.2 +++ build-vax.sh 14 Nov 2003 07:41:08 -0000 1.3 @@ -141,6 +141,7 @@ # doing that, just to work out the *real* problem. # # touch ../src/gcc/c-gperf.h +# touch ../src/gcc/c-parse.c # echo "$0: compile binutils, gcc, and newlib." |