rebuild bootimage-generator when vm-objects have changed

This commit is contained in:
Joel Dice 2013-03-15 13:16:20 -06:00
parent 8ac1f68a79
commit 9f2e0f6c4f

View File

@ -1779,7 +1779,7 @@ $(unittest-executable): $(unittest-executable-objects)
$(audit-codegen-executable): $(audit-codegen-executable-objects)
$(link-executable)
$(bootimage-generator): $(bootimage-generator-objects)
$(bootimage-generator): $(bootimage-generator-objects) $(vm-objects)
echo building $(bootimage-generator) arch=$(build-arch) platform=$(bootimage-platform)
$(MAKE) mode=$(mode) \
build=$(host-build-root) \