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:
authorMaciej W. Rozycki <macro@codesourcery.com>2003-05-21 01:09:44 +0400
committerMaciej W. Rozycki <macro@codesourcery.com>2003-05-21 01:09:44 +0400
commit00b5e06003c309fc93150ca037cbf977caa47cf5 (patch)
treef7301f176245df7aae1c35c063cc15f51dbf6ef7 /configure.in
parent44be819760c1cf2dc37a50a5c5766fabb389e94b (diff)
2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* configure.in: Use curly braces in the definition of tooldir. * configure: Regenerate.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8891c1b70..87ab22289 100644
--- a/configure.in
+++ b/configure.in
@@ -1272,7 +1272,7 @@ fi
# Some systems (e.g., one of the i386-aix systems the gas testers are
# using) don't handle "\$" correctly, so don't use it here.
-tooldir='$(exec_prefix)'/${target_alias}
+tooldir='${exec_prefix}'/${target_alias}
build_tooldir=${tooldir}
# Generate a default definition for YACC. This is used if the makefile can't