OSDN Git Service

* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
authorNathanael Nerode <neroden@gcc.gnu.org>
Fri, 14 Mar 2003 20:49:14 +0000 (20:49 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Fri, 14 Mar 2003 20:49:14 +0000 (20:49 +0000)
* Makefile.in: Regenerate.

ChangeLog
Makefile.in
Makefile.tpl

index fc3fb52..3262979 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
+       * Makefile.in: Regenerate.
+
 2003-03-14  Michael Chastain  <mec@shout.net>
 
        * Makefile.in: Regenerate with correct Makefile.def.
index c40fd81..f70250d 100644 (file)
 # 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
 # -------------------------------
@@ -7529,10 +7525,18 @@ AUTOCONF = autoconf
 $(srcdir)/configure: @MAINT@ $(srcdir)/configure.in $(srcdir)/config/acx.m4
        cd $(srcdir) && $(AUTOCONF)
 
+# ------------------------------
+# Special directives to GNU Make
+# ------------------------------
+
 # Tell GNU make 3.79 not to run the top level in parallel.  This 
 # prevents contention for $builddir/$target/config.cache, as well
 # as minimizing scatter in file system caches.
 NOTPARALLEL = .NOTPARALLEL
 $(NOTPARALLEL):
 
+# Don't pass command-line variables to submakes.
+.NOEXPORT:
+MAKEOVERRIDES=
+
 # end of Makefile.in
index ab37bdf..72e2498 100644 (file)
@@ -23,10 +23,6 @@ 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
 # -------------------------------
@@ -1454,10 +1450,18 @@ AUTOCONF = autoconf
 $(srcdir)/configure: @MAINT@ $(srcdir)/configure.in $(srcdir)/config/acx.m4
        cd $(srcdir) && $(AUTOCONF)
 
+# ------------------------------
+# Special directives to GNU Make
+# ------------------------------
+
 # Tell GNU make 3.79 not to run the top level in parallel.  This 
 # prevents contention for $builddir/$target/config.cache, as well
 # as minimizing scatter in file system caches.
 NOTPARALLEL = .NOTPARALLEL
 $(NOTPARALLEL):
 
+# Don't pass command-line variables to submakes.
+.NOEXPORT:
+MAKEOVERRIDES=
+
 # end of Makefile.in