]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
More version.texi fixes
authorTom Tromey <tromey@redhat.com>
Sun, 26 Nov 1995 05:42:17 +0000 (05:42 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 26 Nov 1995 05:42:17 +0000 (05:42 +0000)
automake.in

index 6a6575598d5f8f96e43c4ea66f5ba975f28e5041..b09fb35565c9d9ce0b9621d00e8a65550a693c96 100755 (executable)
@@ -325,9 +325,10 @@ p
           sed "s/@TEXI@/$TEXINFOS/g" $am_dir/texi-version.am >&5
        fi
 
-
-       echo "${am_infobase}.info: $am_deps" >&5
-       echo >&5
+       if test -n "$am_deps"; then
+          echo "${am_infobase}.info: $am_deps" >&5
+          echo >&5
+       fi
 
        cat $am_dir/texinfos-vars.am >&4
        cat $am_dir/texinfos.am >&5