Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2002-10-02 06:41:36 +0400
committerAlan Modra <modra@gmail.com>2002-10-02 06:41:36 +0400
commitc3802bc05ab603fb41984738c038bc559e5d40fe (patch)
tree7e95c734fbb3d6d16982c4e0010e5aafaa0d0a94 /configure
parent03e5288839d8e3412b1a7b0d86d4b42c42085f18 (diff)
* 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 1e761ceda..64688bfff 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