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

From-SVN: r21152
This commit is contained in:
Gerald Pfeifer 1998-07-14 21:04:13 +02:00 committed by Jeff Law
parent e03f7a0e96
commit 0176af447d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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).

View File

@ -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