Russell Whitaker wrote:
On Sun, 12 Oct 2003, Frank Heckenbach wrote:
[..]
... and make sure that parse.[ch]> are not older than parse.y (which should be the case in the source distribution).
why not "touch -r parse.h parse.* " which makes them the same time?
If parse.c wasn't already rebuilt. (In fact, just `touch parse.[ch]' will also do then.) But if parse.c was rebuild, it's too late. And if significant changes were made to parse.y, they won't take effect when touching parse.[ch], of course.
Frank