bootimage-object should depend on binaryToMacho

This commit is contained in:
Joel Dice 2008-12-18 20:10:25 -07:00
parent 2622773eb4
commit 368c804bb7

View File

@ -431,7 +431,7 @@ $(static-library): $(vm-objects) $(jni-objects) $(vm-heapwalk-objects)
$(bootimage-bin): $(bootimage-generator)
$(<) $(classpath-build) > $(@)
$(bootimage-object): $(bootimage-bin)
$(bootimage-object): $(bootimage-bin) $(binaryToMacho)
@echo "creating $(@)"
ifeq ($(platform),darwin)
$(binaryToMacho) $(<) __BOOT __boot \