]> sourceware.org Git - automake.git/commitdiff
* tests/subobj9.test: Adjust regexes after previous patch.
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 28 Sep 2004 22:19:20 +0000 (22:19 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 28 Sep 2004 22:19:20 +0000 (22:19 +0000)
ChangeLog
tests/subobj9.test

index dea6ae3d67e5d479e4c0537f326314bddd47ff66..7e406e47d0f3fda27605faedaf724b2ad1a7fa83 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-29  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * tests/subobj9.test: Adjust regexes after previous patch.
+
 2004-09-28  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * automake.in (handle_languages, define_compiler_variable): Output
index 00fc120342669a0e2470c7e2aec7f4be466c6755..9c5598886999217f2e401eaeead5c2049c43fa83 100755 (executable)
@@ -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
This page took 0.040164 seconds and 5 git commands to generate.