revert Sat Apr 17 patch

From-SVN: r26610
This commit is contained in:
Craig Burley 1999-04-24 08:10:00 +00:00 committed by Craig Burley
parent ab573ed223
commit ec5e633a08
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,8 @@
Sat Apr 24 11:02:48 1999 Craig Burley <craig@jcb-sc.com>
* Makefile.in (s-libi77, s-libf77, s-libu77): Revert
the patch from <hjl@gnu.org>, as per the commentary.
Sat Apr 17 17:33:30 1999 Craig Burley <craig@jcb-sc.com>
From H.J. Lu <hjl@gnu.org>:

View File

@ -139,18 +139,12 @@ $(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