From b40dd86c1ac427eb15ae7ae2f3c51e4f83d8ba4f Mon Sep 17 00:00:00 2001 From: "David J. MacKenzie" Date: Sat, 1 Oct 1994 23:42:31 +0000 Subject: [PATCH] fix typo --- automake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automake.in b/automake.in index 23c0b6b5..c2732f5b 100755 --- a/automake.in +++ b/automake.in @@ -187,7 +187,7 @@ ${am_file}_OBJECTS = ${am_file}.${kr}o" >&4 cat $AM_DIR/dist-subd.am >&5 ;; *) test "$target_distname" != explicit && cat $AM_DIR/distname.am >&5 cat $AM_DIR/dist-vars.am >&4 - if test -n "SUBDIRS"; then cat $AM_DIR/dist-subd-top.am >&5 + if test -n "$SUBDIRS"; then cat $AM_DIR/dist-subd-top.am >&5 else cat $AM_DIR/dist.am >&5; fi ;; esac -- 2.43.5