* Makefile.in (all): Invoke $(MAKE) instead of just make.
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Tue, 14 Jul 1998 19:04:13 +0000 (21:04 +0200)
committerJeff Law <law@gcc.gnu.org>
Tue, 14 Jul 1998 19:04:13 +0000 (13:04 -0600)
From-SVN: r21152

libf2c/ChangeLog.egcs
libf2c/Makefile.in

index de22cdd3536a0ecf6fa4a522f1b63643005b9435..e1b393f8ade23d7796e6de5397bf086e03b51b93 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.
+
 Tue Jul 14 02:16:34 1998  Jeffrey A Law  (law@cygnus.com)
 
        * libU77/Makefile.in (ALL_CFLAGS): Add -I$(F2C_H_DIR).
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