From: Julian Seward Date: Tue, 26 Dec 2006 04:42:53 +0000 (+0000) Subject: Finally close #133054/#118903 ('make install' fails with syntax errors) X-Git-Tag: svn/VALGRIND_3_2_2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceed492c36a3759d0fdaf04c92eaf1cc5dedd96b;p=thirdparty%2Fvalgrind.git Finally close #133054/#118903 ('make install' fails with syntax errors) git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_2_BRANCH@6438 --- diff --git a/Makefile.install.am b/Makefile.install.am index 77887df691..38a5be474a 100644 --- a/Makefile.install.am +++ b/Makefile.install.am @@ -19,7 +19,7 @@ install-exec-local: done ; \ fi ; \ if [ -n "$(noinst_LIBRARIES)" ] ; then \ - for f in $(noinst_LIBRARIES); do \ + for f in $(noinst_LIBRARIES) expr_wont_match_me; do \ if expr match $$f libcoregrind_ > /dev/null ; then \ pU=`echo $$f | sed -e 's/libcoregrind_//g' -e 's/\.a//g'` ; \ pD=`echo $$pU | sed -e 's/_/-/g'` ; \