doublestatic: fix dependencies if two files depend on one non-generated file.

If a and b both depend on c, and c is a static (non-generated) file that has
changed since the last successful build of a and b, we would try to redo
a, but would forget to redo b.  Now it does both.
This commit is contained in:
Avery Pennarun 2010-11-24 04:52:17 -08:00
commit f3413c0f7c
9 changed files with 31 additions and 8 deletions

View file

@ -1,4 +1,3 @@
redo basic/clean dirtest/clean
rm -f *~ .*~ *.count t1a overwrite overwrite[123] genfile2 genfile.log
rm -f *~ .*~ *.count t1a overwrite overwrite[123] \
genfile2 genfile.log static.log