OSDN Git Service

2001-11-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
authortoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Nov 2001 21:29:29 +0000 (21:29 +0000)
committertoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Nov 2001 21:29:29 +0000 (21:29 +0000)
* 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

libf2c/ChangeLog
libf2c/Makefile.in

index cc89759..66b6e5e 100644 (file)
@@ -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
index ef62147..eb0074a 100644 (file)
@@ -20,6 +20,7 @@
 #02111-1307, USA.
 
 SHELL = /bin/sh
+MAKEOVERRIDES=
 
 #### Start of system configuration section. ####