From 7fb96c2bc5c96d51f33d1e92f1dfc0e4292de6c9 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Tue, 14 Jul 1998 21:03:40 +0200 Subject: [PATCH] * Makefile.in (all): Invoke $(MAKE) instead of just make. From-SVN: r21151 --- libf2c/ChangeLog | 4 ++++ libf2c/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index e49434875b01..844939971442 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,3 +1,7 @@ +Tue Jul 14 21:35:30 1998 Gerald Pfeifer + + * Makefile.in (all): Invoke $(MAKE) instead of just make. + Mon Jul 13 13:31:03 1998 Craig Burley * libU77/u77-test.f: Double-check ETIME results, just diff --git a/libf2c/Makefile.in b/libf2c/Makefile.in index b8226e97c4a4..de9a88443666 100644 --- a/libf2c/Makefile.in +++ b/libf2c/Makefile.in @@ -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 -- 2.47.2