aboutsummaryrefslogtreecommitdiff
path: root/libf2c
diff options
context:
space:
mode:
Diffstat (limited to 'libf2c')
-rw-r--r--libf2c/ChangeLog.egcs4
-rw-r--r--libf2c/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/libf2c/ChangeLog.egcs b/libf2c/ChangeLog.egcs
index de22cdd3..e1b393f 100644
--- a/libf2c/ChangeLog.egcs
+++ b/libf2c/ChangeLog.egcs
@@ -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).
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