# # # patch "rcs_import.cc" # from [b37cd8901e542fc34391860ef08245455ccfebbc] # to [8680ce47a17bf37beea62439628eb7e5acbf9172] # ============================================================ --- rcs_import.cc b37cd8901e542fc34391860ef08245455ccfebbc +++ rcs_import.cc 8680ce47a17bf37beea62439628eb7e5acbf9172 @@ -444,6 +444,10 @@ public: // one dependency, even if the event paths don't match. if (deps_added == 0) add_dependency(*begin(), *other.begin()); + + // make sure the dependents cache of the other blob gets + // an update. + other.reset_deps_cache(); }; };