+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++.
# 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