From 25bec59fe11375f3b036b0fca4ddb0c8397697f2 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Tue, 1 Jun 1999 03:56:26 +0000 Subject: [PATCH] * compile_f_c_cxx.test: depcomp is no longer in the same line. --- tests/ChangeLog | 4 ++++ tests/compile_f_c_cxx.test | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/ChangeLog b/tests/ChangeLog index e2f3bb2cc..db2181463 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +1999-06-01 Alexandre Oliva + + * compile_f_c_cxx.test: depcomp is no longer in the same line. + 1999-04-25 Alexandre Oliva * compile_f_c_cxx.test: Look for $(depcomp) for C and C++. diff --git a/tests/compile_f_c_cxx.test b/tests/compile_f_c_cxx.test index 2a4ec036b..2ef19dcd5 100755 --- a/tests/compile_f_c_cxx.test +++ b/tests/compile_f_c_cxx.test @@ -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 -- 2.47.2