diff options
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 9ba8e3de2cf1..1f69b074d4be 100644 --- a/Makefile.in +++ b/Makefile.in @@ -129,6 +129,8 @@ findunusedcode: @which callcatcher > /dev/null 2>&1 || \ (echo "callcatcher not installed" && false) @. ./Env.Host.sh && \ + ln -sf $$SRC_ROOT/solenv/$$INPATH/bin/dmake \ + $$SRC_ROOT/solenv/callcatcher/bin/dmake && \ source <(sed -e s,$$INPATH,callcatcher,g ./Env.Host.sh) && \ . ./solenv/bin/callcatchEnv.Set.sh && \ cd instsetoo_native && \ |