X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=9b5456fe2eea5ce0cb02c27bba3593414c907835;hb=3e61238c74ec1e4d11d91e876251f55dd9ab7bf5;hp=ae99cf4a2027b9e60ed6445f4f649ff6cfd1d2f2;hpb=067fcf0556752492c6396bc01dff0bf266199651;p=org.ibex.core.git diff --git a/Makefile b/Makefile index ae99cf4..9b5456f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ all: JVM Linux Win32 Darwin Solaris clean: - rm -rf .jikes .configure* .install* build .compile + rm -rf .jikes .configure* .install* build .compile .build* find upstream -name config.cache -exec rm {}\; JVM: build/JVM/xwt.jar @@ -156,7 +156,7 @@ build/$(platform)/builtin.o: build/res/builtin.jar # compile is here to force compilation of the .class files (they get used via -Ibuild) without # having the individual .o's depend on the .java's (otherwise every .o gets recompiled when one .java changes) -gcj: .vendor .install_gcc-3.3_$(target) $(target_bin) +gcj: .vendor .compile .install_gcc-3.3_$(target) $(target_bin) build/JVM/xwt.jar: .compile build/res/builtin.jar @echo -e "\n\033[1marchiving .class -> .jar: build/JVM/xwt.jar\033[0m"