From: tupshin Date: Wed, 14 Apr 2004 06:19:38 +0000 (+0000) Subject: fixed MANIFEST to have updated patch for Main class X-Git-Tag: 01-July-2005~175 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=4f2f5ccade1e521e28e8a825f0bcc5a210b45821 fixed MANIFEST to have updated patch for Main class darcs-hash:20040414061938-a9258-f48881d35855960105abfa131518dcabff700a72.gz --- diff --git a/Makefile b/Makefile index e8f2eb2..43820e2 100644 --- a/Makefile +++ b/Makefile @@ -170,7 +170,7 @@ endif build/Java2/ibex.jar: .compile build/res/builtin.jar build/class/org/ibex/util/MIPSApps.class @echo -e "\n\033[1marchiving .class -> .jar: build/Java2/ibex.jar\033[0m" mkdir -p build/Java2 - echo -e "Manifest-Version: 1.0\nMain-Class: org.ibex.Main\n" > build/Java2/.manifest + echo -e "Manifest-Version: 1.0\nMain-Class: org.ibex.core.Main\n" > build/Java2/.manifest cd build/class/org/ibex; ln -sf ../../../res/builtin.jar cd build/class; $(jar) cfm ../Java2/ibex.jar ../Java2/.manifest `find . -name \*.class -or -name \*.jar`