Jon Schewe <[EMAIL PROTECTED]> writes: > I'm attempting to compile bision 2.1 on solaris 2.6 and finding that the > Makefile appears to refer to src/bison to build src/bison. Can someone > explain what's supposed to be happening here?
That part is already supposed to be done for you: that is, the distribution contains parse-gram.h and parse-gram.c that is newer than parse-gram.y, so the rule should not trigger. Perhaps you modified the time stamps of those three files? If so, please re-extract the distribution and get the proper time stamps.
