From 69dfc6bbb44081ab04fbdcfe027f04e607c784d6 Mon Sep 17 00:00:00 2001 From: Brian Alliet Date: Thu, 28 Jun 2007 07:08:27 -0700 Subject: [PATCH] fix path to util.Sort in unix_runtime.jar darcs-hash:20070628140827-931ed-260f4997395f957de459fb3d894c1b481c52ec18.gz --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" > $@ -- 1.7.10.4