]> sourceware.org Git - automake.git/commitdiff
Fixlet
authorTom Tromey <tromey@redhat.com>
Mon, 27 Nov 1995 08:44:43 +0000 (08:44 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 27 Nov 1995 08:44:43 +0000 (08:44 +0000)
automake.in

index b861cb793b34da101d959362fd467671dc3a3b97..3070520ddef4e11cbd51d9a6f7f14681b40d9911 100755 (executable)
@@ -261,7 +261,7 @@ p
      installexec="install-scripts $installexec"
      uninstall="uninstall-scripts $uninstall"
   fi
-  if test -n "$LIBPROGRAMS$LIBSCRIPTS"; then
+  if test -n "$LIBPROGRAMS"; then
      cat $am_dir/libprograms.am >&5
      installexec="install-libprograms $installexec"
      uninstall="uninstall-libprograms $uninstall"
This page took 0.029593 seconds and 5 git commands to generate.