]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in (all): Invoke $(MAKE) instead of just make.
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Tue, 14 Jul 1998 19:03:40 +0000 (21:03 +0200)
committerJeff Law <law@gcc.gnu.org>
Tue, 14 Jul 1998 19:03:40 +0000 (13:03 -0600)
From-SVN: r21151

libf2c/ChangeLog
libf2c/Makefile.in

index e49434875b0121e2fb413d6335622160b785f0a2..844939971442b6a4fa2ea344ed291daa78c43883 100644 (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.
+
 Mon Jul 13 13:31:03 1998  Craig Burley  <burley@gnu.org>
 
        * libU77/u77-test.f: Double-check ETIME results, just
index b8226e97c4a4c99d5bede932ed70d5e9982c81ea..de9a884436667ad56d0e34f0267bf6eec326fb18 100644 (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