From 95f6f3835ae95aa9bb84eef99c1a07e22b78391b Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 2 Oct 2002 02:41:36 +0000 Subject: * configure: Move stray line back to where it belongs. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 1e761ce..64688bf 100755 --- a/configure +++ b/configure @@ -1410,7 +1410,6 @@ EOF -e "s|^SHELL[ ]*=.*$|SHELL = ${config_shell}|" \ -e "s|^srcdir[ ]*=.*$|srcdir = ${makesrcdir}|" \ -e "s/ //" \ - ${subdir}/Makefile.tem >> ${Makefile} -e "s:^program_suffix[ ]*=.*$:program_suffix = ${program_suffix}:" \ -e "s:^program_transform_name[ ]*=.*$:program_transform_name = ${program_transform_name}:" \ -e "s|^tooldir[ ]*=.*$|tooldir = ${tooldir}|" \ @@ -1418,6 +1417,7 @@ EOF -e "s:^DEFAULT_YACC[ ]*=.*$:DEFAULT_YACC = ${DEFAULT_YACC}:" \ -e "s:^DEFAULT_LEX[ ]*=.*$:DEFAULT_LEX = ${DEFAULT_LEX}:" \ -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 -- cgit v1.1