From de55c6dedf5afefe3411eed9f7282d469db09906 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 06:56:13 +0000 Subject: [PATCH] 2003/02/28 06:08:39 darcs-hash:20040130065613-2ba56-2122e82da94e25cda60273c682f272d300c827bf.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4