From: Nicholas Nethercote Date: Wed, 1 Sep 2004 11:33:35 +0000 (+0000) Subject: 'valgrind' (ie. stage1) does not need to be installed in $PREFIX/lib/valgrind/; X-Git-Tag: svn/VALGRIND_3_0_0~1643 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a03b974a90c4b3bd56c9206fee5852812811bc2d;p=thirdparty%2Fvalgrind.git 'valgrind' (ie. stage1) does not need to be installed in $PREFIX/lib/valgrind/; $PREFIX/bin/ is enough. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2640 --- diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am index 90ad962df0..adfb629be6 100644 --- a/coregrind/Makefile.am +++ b/coregrind/Makefile.am @@ -19,7 +19,7 @@ bin_PROGRAMS = \ valgrind val_PROGRAMS = \ - valgrind stage2 \ + stage2 \ libpthread.so \ vg_inject.so