]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Finally close #133054/#118903 ('make install' fails with syntax errors)
authorJulian Seward <jseward@acm.org>
Tue, 26 Dec 2006 04:42:53 +0000 (04:42 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 26 Dec 2006 04:42:53 +0000 (04:42 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_2_BRANCH@6438

Makefile.install.am

index 77887df691fae6062d989111609040809188eb75..38a5be474a03c3b879716816b383970a326ab016 100644 (file)
@@ -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'` ; \