From: Tom Tromey Date: Sun, 12 Nov 1995 20:27:48 +0000 (+0000) Subject: Fixlet when printing "subdir=DIR" X-Git-Tag: Release-0-25~399 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=7bb44bad2576d4bf5cab8eec70e4cd1e1efef664;p=automake.git Fixlet when printing "subdir=DIR" --- diff --git a/automake.in b/automake.in index e8ea777b..5a374d91 100755 --- a/automake.in +++ b/automake.in @@ -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 ;; *)