On Sat, 5 Jan 2008, Wojciech Polak wrote: > There is an error while compiling a fresh new checkout: > > Making all in src > make[1]: Entering directory `/home/polak/src/cvs/bison/src' > ../tests/bison -y --warnings=all,error "-dv" parse-gram.y > ../tests/bison: line 8: /home/polak/src/cvs/bison/src/bison: No such > file or directory > ../tests/bison: line 8: exec: /home/polak/src/cvs/bison/src/bison: > cannot execute: No such file or directory > make[1]: *** [parse-gram.c] Error 126 > make[1]: Leaving directory `/home/polak/src/cvs/bison/src' > make: *** [all-recursive] Error 1
Thanks for reporting that. It looks like the timestamp on parse-gram.c was about 1s earlier than that on parse-gram.y. I'm not sure how this happened, but I fixed it.
