From: megacz Date: Fri, 30 Jan 2004 06:56:13 +0000 (+0000) Subject: 2003/02/28 06:08:39 X-Git-Tag: RC3~1190 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=de55c6dedf5afefe3411eed9f7282d469db09906 2003/02/28 06:08:39 darcs-hash:20040130065613-2ba56-2122e82da94e25cda60273c682f272d300c827bf.gz --- diff --git a/Makefile b/Makefile index 00cda34..6bcc599 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ # inputs jikes_java_sources := $(shell find src -name *.java) gcj_java_sources := $(shell find src -name *.java -not -path src/org/xwt/plat/\*) src/org/xwt/plat/GCJ.java $(platform_java_sources) -xwar_sources := $(ls src/org/xwt/builtin/*.png src/org/xwt/builtin/*.xwt src/org/xwt/builtin/*.xwf) +xwar_sources := $(shell ls src/org/xwt/builtin/*.png src/org/xwt/builtin/*.xwt src/org/xwt/builtin/*.xwf) cc_sources := src/org/xwt/plat/$(platform).cc # outputs