summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-16 21:29:29 +0000
committertoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-16 21:29:29 +0000
commitb808f0238bb9876d0df5fa06671f6e7b2dac5800 (patch)
treeec5d7744b7c680eb31682149d2b8649ac4c3054d
parent83e163bda09fa010b8aece203db2e1bf4341b776 (diff)
downloadgcc-b808f0238bb9876d0df5fa06671f6e7b2dac5800.tar.gz
2001-11-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
* Makefile.in: Add MAKEOVERRIDES= to suppress exporting environment to (sub)shells. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47106 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libf2c/ChangeLog5
-rw-r--r--libf2c/Makefile.in1
2 files changed, 6 insertions, 0 deletions
diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog
index cc89759c10d..66b6e5e67f4 100644
--- a/libf2c/ChangeLog
+++ b/libf2c/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
+
+ * Makefile.in: Add MAKEOVERRIDES= to suppress exporting
+ environment to (sub)shells.
+
2001-11-13 Toon Moene <toon@moene.indiv.nluug.nl>
* Makefile.in: Change dependencies on stamp files
diff --git a/libf2c/Makefile.in b/libf2c/Makefile.in
index ef62147bd6c..eb0074a6587 100644
--- a/libf2c/Makefile.in
+++ b/libf2c/Makefile.in
@@ -20,6 +20,7 @@
#02111-1307, USA.
SHELL = /bin/sh
+MAKEOVERRIDES=
#### Start of system configuration section. ####