From 77e856b6e343e54ce30a4acd4d6c1f55f50e19d9 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Mon, 19 Feb 2007 04:16:09 +0000 Subject: [PATCH] comment git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6604 --- vg-in-place | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vg-in-place b/vg-in-place index b37811995f..c13ed93050 100755 --- a/vg-in-place +++ b/vg-in-place @@ -1,6 +1,8 @@ # This ensures it works when invoked from any directory. d=`dirname $0` +# We set both VALGRIND_LIB and VALGRIND_LIB_INNER to handle normal and +# 'inner' builds. VALGRIND_LIB=$d/.in_place \ VALGRIND_LIB_INNER=$d/.in_place \ $d/coregrind/valgrind "$@" -- 2.47.2