mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 18:20:51 +08:00
* Make-lang.in (f77.install-info): Fix typo in script.
From-SVN: r18189
This commit is contained in:
parent
56a0044b23
commit
a52ad720f4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user