From: Brian Alliet Date: Thu, 28 Jun 2007 14:08:27 +0000 (-0700) Subject: fix path to util.Sort in unix_runtime.jar X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=commitdiff_plain;h=69dfc6bbb44081ab04fbdcfe027f04e607c784d6 fix path to util.Sort in unix_runtime.jar darcs-hash:20070628140827-931ed-260f4997395f957de459fb3d894c1b481c52ec18.gz --- diff --git a/Makefile b/Makefile index 8094099..f6b0cf4 100644 --- a/Makefile +++ b/Makefile @@ -222,9 +222,8 @@ unix_runtime.jar: $(unix_runtime_classes:%=build/org/ibex/nestedvm/%.class) org/ibex/nestedvm/Runtime\$$*.class \ org/ibex/nestedvm/util/Seekable\$$*.class \ org/ibex/nestedvm/UnixRuntime\$$*.class \ - org/ibex/nestedvm/util/Platform\$$*.class - cd upstream/build/classgen/build && jar -uf ../../../../$@ \ - org/ibex/classgen/util/Sort*.class + org/ibex/nestedvm/util/Platform\$$*.class \ + org/ibex/nestedvm/util/Sort*.class .manifest: printf "Manifest-Version: 1.0\nMain-Class: org.ibex.nestedvm.RuntimeCompiler\n" > $@