* configure: Move stray lines back to where they belong.
authorAlan Modra <amodra@gmail.com>
Wed, 2 Oct 2002 03:47:32 +0000 (03:47 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 2 Oct 2002 03:47:32 +0000 (03:47 +0000)
ChangeLog
configure

index ef7f50b25485245a5139a9b87cceb5bcbe989043..bc68f3e34fbb05124f83a0d69ad1d5ad6e36d480 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 2002-10-02  Alan Modra  <amodra@bigpond.net.au>
 
-       * configure: Move stray line back to where it belongs.
+       * configure: Move stray lines back to where they belong.
 
 2002-10-01  Nathanael Nerode  <neroden@gcc.gnu.org>
 
index 64688bfffc93033b3e8310ae163e8dabf89bef98..76ddc47794311c772cb973eef455fba46aadb90f 100755 (executable)
--- a/configure
+++ b/configure
@@ -1419,8 +1419,8 @@ EOF
                    -e "s:^DEFAULT_M4[  ]*=.*$:DEFAULT_M4 = ${DEFAULT_M4}:" \
                     ${subdir}/Makefile.tem >> ${Makefile}
   
-           mv -f ${Makefile}.tem ${Makefile}
            sed -e "s:^GDB_TK[   ]*=.*$:GDB_TK = ${GDB_TK}:" ${Makefile} >${Makefile}.tem
+           mv -f ${Makefile}.tem ${Makefile}
 
            # If this is a Canadian Cross, preset the values of many more
            # tools.
This page took 0.027871 seconds and 4 git commands to generate.