CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/04/20 22:35:32
Modified files:
usr.bin/make : make.c suff.c
Log message:
When a new parent is attached to an already examined child (prerequisite),
use the same logic to update the parent (factored out as SuffLinkParent())
as is used for updating the original parent. Fixes the "make -j2" problem
reported by tedu@ at c2k11
ok espie@
