X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=Makefile;h=bac1e265aa990a69e3933e06ad41884428932cdb;hp=24d675a8fbd7869ce3e6c392a4f1e7ec62851f67;hb=b7956688249a89b71e4873cdff862631e4b3704a;hpb=6ca8e846620f8c46811c8417b6f9b7f05d79a706;ds=sidebyside diff --git a/Makefile b/Makefile index 24d675a..bac1e26 100644 --- a/Makefile +++ b/Makefile @@ -162,7 +162,7 @@ build/%.class: build/%.java build/org/ibex/nestedvm/Runtime.class else build/%.class: build/%.mips build/org/ibex/nestedvm/ClassFileCompiler.class - $(JAVA) -cp "$(classpath)" org.ibex.nestedvm.Compiler -outformat class -outfile $@ $(compiler_flags) $($(notdir $*)_COMPILERFLAGS) $(subst /,.,$*) $< + $(JAVA) -cp "$(classpath)" org.ibex.nestedvm.Compiler -outformat class -d build $(compiler_flags) $($(notdir $*)_COMPILERFLAGS) $(subst /,.,$*) $< endif