Commit 0176af44 by Gerald Pfeifer Committed by Jeff Law

* Makefile.in (all): Invoke $(MAKE) instead of just make.

From-SVN: r21152
parent e03f7a0e
Tue Jul 14 21:35:30 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* Makefile.in (all): Invoke $(MAKE) instead of just make.
Tue Jul 14 02:16:34 1998 Jeffrey A Law (law@cygnus.com)
* libU77/Makefile.in (ALL_CFLAGS): Add -I$(F2C_H_DIR).
......
......@@ -78,7 +78,7 @@ F2CEXT = abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc \
# files which the $(LIBG2C) target checks in the sub-make. (Probably
# only one stamp file is really needed.)
all: i77 f77 u77 e77
make $(FLAGS_TO_PASS) $(LIBG2C)
$(MAKE) $(FLAGS_TO_PASS) $(LIBG2C)
i77 f77 u77: g2c.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment