OSDN Git Service

* Makefile.in (s-libi77): Depend on i77.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Oct 1998 00:17:29 +0000 (00:17 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Oct 1998 00:17:29 +0000 (00:17 +0000)
        (s-libf77): Depend on i77.
        (s-libu77): Depend on u77.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22829 138bc75d-0d04-0410-961f-82ee72b054a4

libf2c/ChangeLog
libf2c/Makefile.in

index dd425dd..7e9eea2 100644 (file)
@@ -1,3 +1,9 @@
+Mon Oct  5 01:16:10 1998  H.J. Lu  (hjl@gnu.org)
+
+       * Makefile.in (s-libi77): Depend on i77.
+       (s-libf77): Depend on i77.
+       (s-libu77): Depend on u77.
+
 1998-09-30  Dave Love  <d.love@dl.ac.uk>
 
        * Makefile.in (f2cext.c): Depend on g2c.h.
index 3ad3837..5148956 100644 (file)
@@ -100,12 +100,18 @@ $(LIBG2C): s-libi77 s-libf77 s-libu77 s-libe77
          $(AR) $(AR_FLAGS) $(LIBG2C) $$objs
        $(RANLIB) $(LIBG2C)
 
+s-libi77: i77
+
 i77:
        cd libI77; $(MAKE) $(FLAGS_TO_PASS) all
 
+s-libf77: f77
+
 f77:
        cd libF77; $(MAKE) $(FLAGS_TO_PASS) all
 
+s-libu77: u77
+
 u77:
        cd libU77; $(MAKE) $(FLAGS_TO_PASS) all