* Make-lang.in (f77.install-info): Depend on f77.info.

From-SVN: r16595
This commit is contained in:
H.J. Lu 1997-11-20 07:56:28 +00:00 committed by Jeff Law
parent 9101297d83
commit dd5e269d22
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Nov 20 00:58:14 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
* Make-lang.in (f77.install-info): Depend on f77.info.
1997-11-14 Dave Love <d.love@dl.ac.uk>
* intrin.def: Supply gfrt for CPU_TIME. Generalize arg types of

View File

@ -480,7 +480,7 @@ f77.install-common:
# $(INSTALL_DATA) might be a relative pathname, so we can't cd into srcdir
# to do the install. The sed rule was copied from stmp-int-hdrs.
f77.install-info:
f77.install-info: f77.info
-rm -f $(infodir)/g77.info*
for f in f/g77.info*; do \
realfile=`echo $$f | sed -e 's|.*/\([^/]*\)$$|\1|'`; \