summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-10-02 02:41:36 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-10-02 02:41:36 +0000
commit4d131612e4ba19780d3da25017ceaeaba3bfa3ac (patch)
treee32b18f954a8f80291d07782e02522e35abd2f4f /configure
parentf5a1fdef727b33a88af9c67356515128835a0253 (diff)
downloadgdb-4d131612e4ba19780d3da25017ceaeaba3bfa3ac.tar.gz
* configure: Move stray line back to where it belongs.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1e761ceda48..64688bfffc9 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