This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: top level makefile.in


On Tue, Oct 01, 2002 at 08:16:22PM -0700, H. J. Lu wrote:
> I suspect either someone forgot to regenerate Makefile.in or autogen
> is broken.

No it's another line gone walkabout in configure.

ChangeLog
	* configure: Move another stray line back to where it belongs.

Index: configure
===================================================================
RCS file: /cvs/src/src/configure,v
retrieving revision 1.22
diff -u -p -r1.22 configure
--- configure	2 Oct 2002 02:41:36 -0000	1.22
+++ configure	2 Oct 2002 03:45:15 -0000
@@ -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.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]