From 19db80134ea95d771673cde31022b0473d60aaa7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 27 Jun 2011 22:21:11 +0100 Subject: modify all paths --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index afb2022ebccd..20c404fd94c2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -179,6 +179,7 @@ findunusedcode: @which callcatcher > /dev/null 2>&1 || \ (echo "callcatcher not installed" && false) @. ./*Env.Set.sh && \ + source <(sed -e s,$$INPATH,callcatcher,g ./*Env.Set.sh) && \ . ./solenv/bin/callcatchEnv.Set.sh && \ cd instsetoo_native && \ build.pl $(GBUILD_OPT) --all -- cgit