On 10/10/14, 2:02 PM, TODD TRIMMER wrote: > You're right. The y.tab.[ch] files never got rebuilt. They still had the > same timestamps from the base archive of 4.2. Renaming them forced a > rebuild, which had significant diffs. Is there a flag that can be sent to > configure or make to force a rebuild? BTW, bison was already installed.
The idea is that make does the work for you. parse.y has a newer timestamp than y.tab.c; y.tab.c depends on parse.y; make rebuilds y.tab.c by running bison on parse.y. It worked correctly on the machines I tested on. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, ITS, CWRU c...@case.edu http://cnswww.cns.cwru.edu/~chet/