ru 2007-11-15 22:39:15 UTC
FreeBSD src repository
Modified files:
lib/libc/net Makefile.inc
Log:
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
Revision Changes Path
1.70 +3 -6 src/lib/libc/net/Makefile.inc
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"