|
From: <sv...@va...> - 2006-12-26 04:42:56
|
Author: sewardj
Date: 2006-12-26 04:42:53 +0000 (Tue, 26 Dec 2006)
New Revision: 6438
Log:
Finally close #133054/#118903 ('make install' fails with syntax errors)
Modified:
branches/VALGRIND_3_2_BRANCH/Makefile.install.am
Modified: branches/VALGRIND_3_2_BRANCH/Makefile.install.am
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VALGRIND_3_2_BRANCH/Makefile.install.am 2006-12-26 04:34:38 =
UTC (rev 6437)
+++ branches/VALGRIND_3_2_BRANCH/Makefile.install.am 2006-12-26 04:42:53 =
UTC (rev 6438)
@@ -19,7 +19,7 @@
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=3D`echo $$f | sed -e 's/libcoregrind_//g' -e 's/\.a//g'` ; \
pD=3D`echo $$pU | sed -e 's/_/-/g'` ; \
|