2003/03/27 01:19:47
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:57:48 +0000 (06:57 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:57:48 +0000 (06:57 +0000)
darcs-hash:20040130065748-2ba56-fac39a8072691ef950205993a3749400c1ea6821.gz

Makefile

index e9d7404..d1edd07 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -142,12 +142,12 @@ link: $(gcj_java_objects) $(cc_objects) bin-$(platform)/org/xwt/builtin.o
 bin-$(platform)/org/xwt/Trap.o: gcj_flags := -O0 -g
 
 $(gcj_java_objects): bin-$(platform)/%.o: src/%.java $(javac_java_objects)
-       echo -ne "compiling  .java -> .o:     $<"
+       echo "compiling  .java -> .o:     $<"
        mkdir -p `dirname $@`
        $(gcj) -c $< -o $@
 
 $(cc_objects): bin-$(platform)/%-nat.o: src/%.cc
-       echo -ne "compiling  .cc -> .o:     $$A"
+       echo "compiling  .cc -> .o:     $$A"
        $(gcc) -Ibin -c $< -o $@
 
 bin-$(platform)/org/xwt/builtin.o: bin/org/xwt/builtin.xwar