From 0176af447d01b5b2cd1ab28265a5e75e7c52383a Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Tue, 14 Jul 1998 21:04:13 +0200 Subject: * Makefile.in (all): Invoke $(MAKE) instead of just make. From-SVN: r21152 --- libf2c/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libf2c/Makefile.in') diff --git a/libf2c/Makefile.in b/libf2c/Makefile.in index b8226e9..de9a884 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 -- cgit v1.1