aboutsummaryrefslogtreecommitdiff
path: root/libf2c/Makefile.in
diff options
context:
space:
mode:
authorRobert Lipe <robertl@dgii.com>1998-09-30 08:05:57 +0000
committerRobert Lipe <robertl@gcc.gnu.org>1998-09-30 08:05:57 +0000
commitbba4de62d44b1d131117218cc8b425e2a36353fa (patch)
tree9fc9d0024319ea96babb2104b4c0f5798c3fdb02 /libf2c/Makefile.in
parentf5f6df5cef186b5aa16897732aa9db3e9e7f01b6 (diff)
downloadgcc-bba4de62d44b1d131117218cc8b425e2a36353fa.zip
gcc-bba4de62d44b1d131117218cc8b425e2a36353fa.tar.gz
gcc-bba4de62d44b1d131117218cc8b425e2a36353fa.tar.bz2
Makefile.in (all): Correct dependencies do --disable-multilibs works again.
* Makefile.in (all): Correct dependencies do --disable-multilibs works again. (distclean): Correct typo. From-SVN: r22662
Diffstat (limited to 'libf2c/Makefile.in')
-rw-r--r--libf2c/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/libf2c/Makefile.in b/libf2c/Makefile.in
index 4b86a18..49a977b 100644
--- a/libf2c/Makefile.in
+++ b/libf2c/Makefile.in
@@ -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: