From: david Date: Fri, 30 Jan 2004 06:59:39 +0000 (+0000) Subject: 2003/05/02 04:37:06 X-Git-Tag: RC3~1012 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=9200ee4d2d4f01cacd2ddb5a59644c8d23fe1ab5 2003/05/02 04:37:06 darcs-hash:20040130065939-0c9ea-2ce79cedf3d20d007f7c72d851d9641542119543.gz --- diff --git a/Makefile b/Makefile index bc72ca8..6a843c1 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,7 @@ $(target_bin): $(java_objects) $(cc_objects) $(c_objects) bin-$(platform)/org/xw bin-$(platform)/org/xwt/builtin.o: bin/org/xwt/builtin.xwar @echo "wrapping .xwar -> .o: bin/org/xwt/builtin.o" @(echo "unsigned int builtin_xwar_length = ";\ - (du -b bin/org/xwt/builtin.xwar | sed "s_bin.*__");\ + (wc -c bin/org/xwt/builtin.xwar | sed "s_bin.*__");\ echo \;;\ echo "unsigned char builtin_xwar[] = {";\ hexdump -ve '"0x" 1/1 "%x,\n"' bin/org/xwt/builtin.xwar;\