2003/03/25 07:56:41
[org.ibex.core.git] / Makefile
index 6fb57d9..6a77ee9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ all: $(all_platforms)
        fi \
 
 jikes:
-       curl ftp://www-126.ibm.com/pub/jikes/1.18/jikes-1.18.tar.bz2 | tar xj
+       curl ftp://www-126.ibm.com/pub/jikes/1.18/jikes-1.18.tar.bz2 | tar xjvf -
        cd jikes-1.18; ./configure --prefix=`pwd` && make && make install
        ln -sf jikes-1.18/bin/jikes .jikes