From 07778497c05ee2bbe51c85f594176a184d9d050e Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 24 Nov 1995 23:35:25 +0000 Subject: [PATCH] Start subshell in loop after check for Makefile.am --- automake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automake.in b/automake.in index 505983d6..0176ca51 100755 --- a/automake.in +++ b/automake.in @@ -123,13 +123,13 @@ am_rmnl=$am_dir/nl-remove.sed am_ass=$am_dir/hack-make.sed for am_makefile in $mfiles; do -( if test ! -f ${am_makefile}.am; then $echo "automake: ${am_makefile}.am: No such honkin' file" 1>&2 am_status=1 continue fi +( $echo "creating ${am_makefile}.in" exec 4> ${am_makefile}.vars -- 2.43.5