From de2b25e1f3985bd0edb548f1aaff7c7df9b3a778 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 06:58:23 +0000 Subject: [PATCH] 2003/03/31 17:55:28 darcs-hash:20040130065823-2ba56-511ee26d92219aa44bdf07594208779ed026e265.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3d09c8..2c76ffa 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ gcc_flags := $(gcc_optimizations) -g -ffunction-sections -fdata-sec gcj_flags := -fCLASSPATH=bin gcj := $(gcc_path)/bin/$(target)-gcj $(gcj_flags) $(gcc_flags) gcc := $(gcc_path)/bin/$(target)-g++ $(gcc_flags) -gcjh := $(gcc_path)/bin/gcjh +gcjh := $(gcc_path)/bin/$(target)-gcjh ar := $(gcc_path)/$(target)/bin/ar strip := $(gcc_path)/$(target)/bin/strip jar := $(shell ((type fastjar &>/dev/null) && echo fastjar) || echo jar) -- 1.7.10.4