From 80d23d8f6e10af0a2779199b7c8973385b99663a Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 24 Oct 2001 09:04:17 +0000 Subject: [PATCH] Since the ansi2knr patch from 2001-10-20 Kevin Ryde, `$U' can appear in Makefile.in in the clean rule. * tests/cxxansi.test: Adjust. --- ChangeLog | 7 +++++++ tests/cxxansi.test | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ff2e1db8..d2d133ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-10-24 Akim Demaille + + Since the ansi2knr patch from 2001-10-20 Kevin Ryde, `$U' can + appear in Makefile.in in the clean rule. + + * tests/cxxansi.test: Adjust. + 2001-10-24 Akim Demaille * automake.in (&am_print_error, &am_file_error, &am_macro_error) diff --git a/tests/cxxansi.test b/tests/cxxansi.test index c27972ef..1b43d5e3 100755 --- a/tests/cxxansi.test +++ b/tests/cxxansi.test @@ -13,7 +13,7 @@ END cat > Makefile.am << 'END' AUTOMAKE_OPTIONS = ansi2knr sbin_PROGRAMS = anonymous -anonymous_SOURCES = doe.C jane.C +anonymous_SOURCES = doe.c jane.C END : > ansi2knr.c @@ -25,5 +25,7 @@ END $ACLOCAL || exit 1 $AUTOMAKE || exit 1 -fgrep '$U' Makefile.in && exit 1 +fgrep 'jane$U' Makefile.in && exit 1 +fgrep 'doe$U' Makefile.in || exit 1 + exit 0 -- 2.43.5