]> sourceware.org Git - automake.git/commitdiff
Start subshell in loop after check for Makefile.am
authorTom Tromey <tromey@redhat.com>
Fri, 24 Nov 1995 23:35:25 +0000 (23:35 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 24 Nov 1995 23:35:25 +0000 (23:35 +0000)
automake.in

index 505983d69e8d71598613d6daa7d475e64bbef5ea..0176ca5138fcb8c75ab759039ce5958f9336dc75 100755 (executable)
@@ -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
This page took 0.02648 seconds and 5 git commands to generate.