OSDN Git Service

* Make-lang.in: Remove more references to libf77.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Mar 1998 16:35:10 +0000 (16:35 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Mar 1998 16:35:10 +0000 (16:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18404 138bc75d-0d04-0410-961f-82ee72b054a4

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

index df0e4c3..2be300f 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * g77.texi: Use @url for citing URLs.
index e60639e..b0e081e 100644 (file)
@@ -92,7 +92,7 @@ F77 f77: f771
 # Tell GNU make to ignore these if they exist.
 .PHONY: F77 f77 f77.all.build f77.all.cross \
   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.uninstall f77.mostlyclean f77.clean f77.distclean \
   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 \
 # Install hooks:
 # f771 is installed elsewhere as part of $(COMPILERS).
 
-f77.install-normal: install-libf77
+f77.install-normal:
 
 # Install the driver program as $(target)-g77
 # and also as either g77 (if native) or $(tooldir)/bin/g77.