Makefile.in: Add MAKEOVERRIDES= to suppress exporting environment to (sub)shells.

2001-11-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>

	* Makefile.in: Add MAKEOVERRIDES= to suppress exporting
	environment to (sub)shells.

From-SVN: r47106
This commit is contained in:
John David Anglin 2001-11-16 21:29:29 +00:00 committed by Toon Moene
parent f910b1bb5f
commit f27315216e
2 changed files with 6 additions and 0 deletions

View 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

View File

@ -20,6 +20,7 @@
#02111-1307, USA.
SHELL = /bin/sh
MAKEOVERRIDES=
#### Start of system configuration section. ####