make bootimage-object depend on openjdk-jar-dep

This ensures that the OpenJDK classes have been extracted prior to
bootimage creation.
This commit is contained in:
Joel Dice 2013-02-12 09:22:17 -07:00
parent 6d4f797b66
commit 752d02e778

View File

@ -1476,7 +1476,8 @@ else
$(ranlib) $(@)
endif
$(bootimage-object) $(codeimage-object): $(bootimage-generator)
$(bootimage-object) $(codeimage-object): $(bootimage-generator) \
$(openjdk-jar-dep)
@echo "generating bootimage and codeimage binaries from $(classpath-build) using $(<)"
$(<) -cp $(classpath-build) -bootimage $(bootimage-object) -codeimage $(codeimage-object) \
-bootimage-symbols $(bootimage-symbols) \