From 368c804bb736c189970d489511817605b4693183 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Thu, 18 Dec 2008 20:10:25 -0700 Subject: [PATCH] bootimage-object should depend on binaryToMacho --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 157cc9bb9c..87fc2329f1 100644 --- a/makefile +++ b/makefile @@ -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 \