]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* compile_f_c_cxx.test: depcomp is no longer in the same line.
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Tue, 1 Jun 1999 03:56:26 +0000 (03:56 +0000)
committerAlexandre Oliva <oliva@dcc.unicamp.br>
Tue, 1 Jun 1999 03:56:26 +0000 (03:56 +0000)
tests/ChangeLog
tests/compile_f_c_cxx.test

index e2f3bb2cc3a55d1c416d27c5380243d3c943243f..db21814632f8821e197544fe0c93060b030745e0 100644 (file)
@@ -1,3 +1,7 @@
+1999-06-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * compile_f_c_cxx.test: depcomp is no longer in the same line.
+
 1999-04-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * compile_f_c_cxx.test: Look for $(depcomp) for C and C++.
index 2a4ec036b00df5b3f11107bc7327e7c24cabe89a..2ef19dcd53a753806a450ec775fc34f2b5253019 100755 (executable)
@@ -28,8 +28,8 @@ $AUTOMAKE || exit 1
 
 # Look for the macros at the beginning of rules.  Be careful, as there
 # are literal tabs at the beginning of the search strings.
-grep ' \$(depcomp) \$(COMPILE)'     Makefile.in  || exit 1
-grep ' \$(depcomp) \$(CXXCOMPILE)'  Makefile.in  || exit 1
+grep ' \$(COMPILE)'     Makefile.in  || exit 1
+grep ' \$(CXXCOMPILE)'  Makefile.in  || exit 1
 grep ' \$(F77COMPILE)'  Makefile.in  || exit 1
 
 exit 0