From: Gerald Pfeifer Date: Tue, 14 Jul 1998 19:03:40 +0000 (+0200) Subject: * Makefile.in (all): Invoke $(MAKE) instead of just make. X-Git-Tag: prereleases/egcs-1.1-prerelease~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fb96c2bc5c96d51f33d1e92f1dfc0e4292de6c9;p=thirdparty%2Fgcc.git * Makefile.in (all): Invoke $(MAKE) instead of just make. From-SVN: r21151 --- 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