X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=Makefile;h=f6b0cf44a8f4d6f246030269ed8a6fdd169af104;hp=80940996ba8c480116c7007841a5677aa4fb1e4c;hb=2853cc8beff985bc8d34b2982e2ccc7adb578f62;hpb=00faa5231809fd956989e44e18c5284951876f01 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" > $@