mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
rebuild bootimage-generator when vm-objects have changed
This commit is contained in:
parent
8ac1f68a79
commit
9f2e0f6c4f
2
makefile
2
makefile
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user