* Make-lang.in (f77.install-info): Fix typo in script.

From-SVN: r18189
This commit is contained in:
Craig Burley 1998-02-22 14:37:26 -05:00 committed by Jeff Law
parent 56a0044b23
commit a52ad720f4
2 changed files with 3 additions and 1 deletions

View 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

View 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