From: Alexandre Duret-Lutz Date: Tue, 28 Sep 2004 22:19:20 +0000 (+0000) Subject: * tests/subobj9.test: Adjust regexes after previous patch. X-Git-Tag: Release-1-9b~287 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=a9089e70f003a4b4d57e66cdc2df6b6a54ea0fc8;p=automake.git * tests/subobj9.test: Adjust regexes after previous patch. --- diff --git a/ChangeLog b/ChangeLog index dea6ae3d..7e406e47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-29 Alexandre Duret-Lutz + + * tests/subobj9.test: Adjust regexes after previous patch. + 2004-09-28 Alexandre Duret-Lutz * automake.in (handle_languages, define_compiler_variable): Output diff --git a/tests/subobj9.test b/tests/subobj9.test index 00fc1203..9c559888 100755 --- a/tests/subobj9.test +++ b/tests/subobj9.test @@ -59,8 +59,8 @@ $AUTOMAKE -a # opportunistically check that --tag=CXX is used when supported if test -n "`./libtool --help | grep tag=TAG`"; then - grep 'LTCXXCOMPILE.*mode=compile --tag=CXX' Makefile.in - grep 'CXXLINK.*mode=link --tag=CXX' Makefile.in + grep 'LTCXXCOMPILE.*--tag=CXX --mode=compile' Makefile.in + grep 'CXXLINK.*--tag=CXX --mode=link' Makefile.in fi $MAKE