]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* compile_f_c_cxx.test: Look for $(depcomp) for C and C++.
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sun, 25 Apr 1999 15:02:49 +0000 (15:02 +0000)
committerAlexandre Oliva <oliva@dcc.unicamp.br>
Sun, 25 Apr 1999 15:02:49 +0000 (15:02 +0000)
* suffix.test: We no longer emit % rules.

tests/ChangeLog
tests/compile_f_c_cxx.test
tests/suffix.test

index 9ce7aa98ce19d59b4c977c97bae5923c4b0b7ac8..e2f3bb2cc3a55d1c416d27c5380243d3c943243f 100644 (file)
@@ -1,3 +1,8 @@
+1999-04-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * compile_f_c_cxx.test: Look for $(depcomp) for C and C++.
+       * suffix.test: We no longer emit % rules.
+
 1999-04-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * Start of merge from trunk.
index 2ef19dcd53a753806a450ec775fc34f2b5253019..2a4ec036b00df5b3f11107bc7327e7c24cabe89a 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 ' \$(COMPILE)'     Makefile.in  || exit 1
-grep ' \$(CXXCOMPILE)'  Makefile.in  || exit 1
+grep ' \$(depcomp) \$(COMPILE)'     Makefile.in  || exit 1
+grep ' \$(depcomp) \$(CXXCOMPILE)'  Makefile.in  || exit 1
 grep ' \$(F77COMPILE)'  Makefile.in  || exit 1
 
 exit 0
index 3556a3989072df78f56a3a0da263cbdb9a14adce..ee426790fb66ac1fd10722ea9084aaec42a5f19b 100755 (executable)
@@ -17,4 +17,4 @@ $AUTOMAKE -i || exit 1
 grep '^\.c\.o' Makefile.in > /dev/null || exit 1
 
 $AUTOMAKE || exit 1
-grep '%\.o: %\.c' Makefile.in > /dev/null || exit 1
+grep '^\.c\.o' Makefile.in > /dev/null || exit 1