From 482a38dad56365f33e0b81f9743b1800a438f0ff Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sun, 25 Apr 1999 15:02:49 +0000 Subject: [PATCH] * compile_f_c_cxx.test: Look for $(depcomp) for C and C++. * suffix.test: We no longer emit % rules. --- tests/ChangeLog | 5 +++++ tests/compile_f_c_cxx.test | 4 ++-- tests/suffix.test | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/tests/ChangeLog b/tests/ChangeLog index 9ce7aa98c..e2f3bb2cc 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +1999-04-25 Alexandre Oliva + + * compile_f_c_cxx.test: Look for $(depcomp) for C and C++. + * suffix.test: We no longer emit % rules. + 1999-04-12 Alexandre Oliva * Start of merge from trunk. diff --git a/tests/compile_f_c_cxx.test b/tests/compile_f_c_cxx.test index 2ef19dcd5..2a4ec036b 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 ' \$(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 diff --git a/tests/suffix.test b/tests/suffix.test index 3556a3989..ee426790f 100755 --- a/tests/suffix.test +++ b/tests/suffix.test @@ -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 -- 2.47.2