summaryrefslogtreecommitdiffstats
path: root/rules/cross-ecj.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/cross-ecj.make')
-rw-r--r--rules/cross-ecj.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/cross-ecj.make b/rules/cross-ecj.make
index 1977a74..ee3ffcd 100644
--- a/rules/cross-ecj.make
+++ b/rules/cross-ecj.make
@@ -76,7 +76,7 @@ $(STATEDIR)/cross-ecj.compile:
$(STATEDIR)/cross-ecj.install:
@$(call targetinfo)
if [ \! -x "$$(which $(GNU_BUILD)-gcj)" ]; then \
- ln -sf $$(which gcj) $(PTXCONF_SYSROOT_HOST)/bin/$(GNU_BUILD)-gcj; \
+ ln -sf $$(which gcj) $(PTXDIST_SYSROOT_HOST)/bin/$(GNU_BUILD)-gcj; \
fi
@$(call touch)