]> sourceware.org Git - automake.git/commitdiff
Fixlet when printing "subdir=DIR"
authorTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 20:27:48 +0000 (20:27 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 20:27:48 +0000 (20:27 +0000)
automake.in

index e8ea777b4fa1c298b2f66549a4f6e931ed3c6062..5a374d91749a729bb426267b06d5632c88a7d89d 100755 (executable)
@@ -188,8 +188,8 @@ ${am_file}_OBJECTS = ${am_file}.${kr}o" >&4
   case "$am_makefile" in
   */*) 
      amdir=`echo "$am_makefile" | sed 's,//*[^/][^/]*$,,g'`
-     echo "subdir=$amdir" >&4
      cat $AM_DIR/dist-subd-vars.am >&4
+     echo "subdir = $amdir" >&5
      cat $AM_DIR/dist-subd.am >&5
      ;;
   *)
This page took 0.026975 seconds and 5 git commands to generate.