Commit f75fb509 by Jeffrey A Law Committed by Jeff Law

* Make-lang.in: Remove more references to libf77.

From-SVN: r18404
parent 875dfcec
Wed Mar 4 17:38:21 1998 Jeffrey A Law (law@cygnus.com)
* Make-lang.in: Remove more references to libf77.
Tue Mar 3 10:52:35 1998 Manfred Hollstein <manfred@s-direktnet.de> Tue Mar 3 10:52:35 1998 Manfred Hollstein <manfred@s-direktnet.de>
* g77.texi: Use @url for citing URLs. * g77.texi: Use @url for citing URLs.
......
...@@ -92,7 +92,7 @@ F77 f77: f771 ...@@ -92,7 +92,7 @@ F77 f77: f771
# Tell GNU make to ignore these if they exist. # Tell GNU make to ignore these if they exist.
.PHONY: F77 f77 f77.all.build f77.all.cross \ .PHONY: F77 f77 f77.all.build f77.all.cross \
f77.start.encap f77.rest.encap f77.info f77.dvi \ f77.start.encap f77.rest.encap f77.info f77.dvi \
f77.install-normal install-libf77 \ f77.install-normal \
f77.install-common f77.install-info f77.install-man \ f77.install-common f77.install-info f77.install-man \
f77.uninstall f77.mostlyclean f77.clean f77.distclean \ f77.uninstall f77.mostlyclean f77.clean f77.distclean \
f77.maintainer-clean f77.realclean f77.stage1 f77.stage2 f77.stage3 \ f77.maintainer-clean f77.realclean f77.stage1 f77.stage2 f77.stage3 \
...@@ -303,7 +303,7 @@ f77.rebuilt: $(srcdir)/f/g77.info $(srcdir)/f/BUGS $(srcdir)/f/INSTALL \ ...@@ -303,7 +303,7 @@ f77.rebuilt: $(srcdir)/f/g77.info $(srcdir)/f/BUGS $(srcdir)/f/INSTALL \
# Install hooks: # Install hooks:
# f771 is installed elsewhere as part of $(COMPILERS). # f771 is installed elsewhere as part of $(COMPILERS).
f77.install-normal: install-libf77 f77.install-normal:
# Install the driver program as $(target)-g77 # Install the driver program as $(target)-g77
# and also as either g77 (if native) or $(tooldir)/bin/g77. # and also as either g77 (if native) or $(tooldir)/bin/g77.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment