K 10 svn:author V 2 ru K 8 svn:date V 27 2007-11-15T22:39:15.000000Z K 7 svn:log V 319 Fix bad rule and bad dependency for nsparser.h that can cause the build to fail because y.tab.c can have a more recent modification time than y.tab.h, and the bad rule relied on the opposite. (The last write to y.tab.c by yacc(1) happens after the last write to y.tab.h, according to truss(1).) Reported by: kensmith END