* Make-lang.in (f77.install-info): Fix typo in script.
authorCraig Burley <burley@gnu.org>
Sun, 22 Feb 1998 19:37:26 +0000 (14:37 -0500)
committerJeff Law <law@gcc.gnu.org>
Sun, 22 Feb 1998 19:37:26 +0000 (12:37 -0700)
From-SVN: r18189

gcc/f/ChangeLog
gcc/f/Make-lang.in

index 509061ef0c17c439490f5f060fd2feaef47deb39..8ddfeb52183b545a81bc3669bd040d7f53d8769f 100644 (file)
@@ -1,5 +1,7 @@
 Fri Feb 20 10:11:20 1998  Craig Burley  <burley@gnu.org>
 
+       * Make-lang.in (f77.install-info): Fix typo in script.
+
        * Make-lang.in (f77.install-common): Don't install, and
        don't uninstall existing, Info files if f/g77.info
        doesn't exit.  (This is a somewhat modified version
index 2592fa1f3204725cbbfdd438d16380b74dde5058..e60639e04d5f8e5bf3d6a14a299ed93a47bc4f08 100644 (file)
@@ -337,7 +337,7 @@ f77.install-info: f77.info
              realfile=`echo $$f | sed -e 's|.*/\([^/]*\)$$|\1|'`; \
              $(INSTALL_DATA) $$f $(infodir)/$$realfile; \
          done; \
-         chmod a-x $(infodir)/g77.info* \
+         chmod a-x $(infodir)/g77.info*; \
        fi
 
 f77.install-man: $(srcdir)/f/g77.1