From: Tom Tromey Date: Fri, 24 Nov 1995 23:35:25 +0000 (+0000) Subject: Start subshell in loop after check for Makefile.am X-Git-Tag: Release-0-25~193 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=07778497c05ee2bbe51c85f594176a184d9d050e;p=automake.git Start subshell in loop after check for Makefile.am --- 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