Makefile.in (all): Correct dependencies do --disable-multilibs works again.
authorRobert Lipe <robertl@dgii.com>
Wed, 30 Sep 1998 08:05:57 +0000 (08:05 +0000)
committerRobert Lipe <robertl@gcc.gnu.org>
Wed, 30 Sep 1998 08:05:57 +0000 (08:05 +0000)
* Makefile.in (all): Correct dependencies do --disable-multilibs
works again.
   (distclean): Correct typo.

From-SVN: r22662

libf2c/ChangeLog
libf2c/Makefile.in

index 461e9419057f541e3868cc83d807a9c11475bec5..602542f216a80f542245dfe63ef359d80184e2f9 100644 (file)
@@ -1,3 +1,9 @@
+1998-09-30  Robert Lipe  <robertl@dgii.com> 
+
+       * Makefile.in (all): Correct dependencies do --disable-multilibs 
+       works again.
+       (distclean): Correct typo.
+
 1998-09-28  Dave Love  <d.love@dl.ac.uk>
 
        * libI77/open.c: Back out part of last Netlib update affecting
index 4b86a182a0974d11c733fc00c24888887e007125..49a977b266de8051b6c6fe9e46e679327f1566e1 100644 (file)
@@ -85,8 +85,8 @@ F2CEXT = abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc \
 # These dependencies can be satisfied in parallel.  The [fiu]77
 # targets update stamp files which the $(LIBG2C) target checks in the
 # sub-make.  (Probably only one stamp file is really needed.)
-all: i77 f77 u77 s-libe77
-       $(MULTIDO) $(FLAGS_TO_PASS) $(LIBG2C) multi-do DO="all $(LIBG2C)"
+all: i77 f77 u77 s-libe77 $(LIBG2C)
+       $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO="all"
 
 i77 f77 u77: g2c.h
 
@@ -187,7 +187,7 @@ clean: mostlyclean
 distclean: clean
        rm -f Makefile config.cache config.status g2c.h s-libe77
        $(MAKE) DO=$@ DODIRS="$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do; \
-       @$(MULTICLEAN) multi-clean DO=distclean
+       $(MULTICLEAN) multi-clean DO=distclean
 
 maintainer-clean: