OSDN Git Service

* Make-lang.in (f77.install-info): Fix typo in script.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 22 Feb 1998 19:37:26 +0000 (19:37 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 22 Feb 1998 19:37:26 +0000 (19:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18189 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 509061e..8ddfeb5 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 2592fa1..e60639e 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