summaryrefslogtreecommitdiffstats
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorcvs2svn <>2003-03-12 20:47:08 +0000
committercvs2svn <>2003-03-12 20:47:08 +0000
commit1b50ed36c7a162bf6fb2429490bc5963e8c6a11e (patch)
treed913e0db67ef7eb9b74f5fcdcbf8d7f4cbc4b6d1 /Makefile.tpl
parent5014680b10877b0f3df3f15fa52d1f3e4c3f3948 (diff)
downloadcygnal-1b50ed36c7a162bf6fb2429490bc5963e8c6a11e.tar.gz
cygnal-1b50ed36c7a162bf6fb2429490bc5963e8c6a11e.tar.bz2
cygnal-1b50ed36c7a162bf6fb2429490bc5963e8c6a11e.zip
This commit was manufactured by cvs2svn to create branchoffbyone-20030313-branchpoint
'offbyone-20030313-branch'. Sprout from kettenis-i386newframe-20030308-branch 2003-03-06 20:50:02 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'kettenis-' Cherrypick from master 2003-03-12 20:47:07 UTC Nathanael Nerode <neroden@gcc.gnu.org> ' * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused': ChangeLog Makefile.in Makefile.tpl configure configure.in
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 0b24dd083..ab37bdf2b 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -23,6 +23,10 @@ in
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
+# Don't pass command-line variables to submakes.
+.NOEXPORT:
+MAKEOVERRIDES=
+
# -------------------------------
# Standard Autoconf-set variables
# -------------------------------
@@ -87,7 +91,6 @@ INSTALL_DATA = $(INSTALL) -m 644
# -------------------------------------------------
links=@configlinks@
-enable_version_specific_runtime_libs = @enable_version_specific_runtime_libs@
# The file containing GCC's version number.
gcc_version_trigger = @gcc_version_trigger@
gcc_version = @gcc_version@
@@ -1450,10 +1453,6 @@ config.status: configure $(gcc_version_trigger)
AUTOCONF = autoconf
$(srcdir)/configure: @MAINT@ $(srcdir)/configure.in $(srcdir)/config/acx.m4
cd $(srcdir) && $(AUTOCONF)
-#
-
-.NOEXPORT:
-MAKEOVERRIDES=
# Tell GNU make 3.79 not to run the top level in parallel. This
# prevents contention for $builddir/$target/config.cache, as well