]> sourceware.org Git - automake.git/commitdiff
fix typo
authorDavid J. MacKenzie <djm@gnu.org>
Sat, 1 Oct 1994 23:42:31 +0000 (23:42 +0000)
committerDavid J. MacKenzie <djm@gnu.org>
Sat, 1 Oct 1994 23:42:31 +0000 (23:42 +0000)
automake.in

index 23c0b6b5c2ea77d4b29e9523e274fd3a58e2a306..c2732f5b3ca8c3c6fe34dc06b6ea7f3af73fbb10 100755 (executable)
@@ -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
 
This page took 0.02962 seconds and 5 git commands to generate.