blob: 13b0f4db348710b3831c7635e48a52c3ce041039 [file] [log] [blame]
Fix for parallel build problem. The compilation of reflection.pb.cc cannot begin until BOTH reflection.pb.cc AND reflection.pb.h are created by protoc. Modify the rules to ensure both the .pb.cc and .pb.h files have been created before beginning compilation.