diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2003-05-20 21:09:44 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@codesourcery.com> | 2003-05-20 21:09:44 +0000 |
commit | 00b5e06003c309fc93150ca037cbf977caa47cf5 (patch) | |
tree | f7301f176245df7aae1c35c063cc15f51dbf6ef7 | |
parent | 44be819760c1cf2dc37a50a5c5766fabb389e94b (diff) | |
download | newlib-00b5e06003c309fc93150ca037cbf977caa47cf5.zip newlib-00b5e06003c309fc93150ca037cbf977caa47cf5.tar.gz newlib-00b5e06003c309fc93150ca037cbf977caa47cf5.tar.bz2 |
2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* configure.in: Use curly braces in the definition of tooldir.
* configure: Regenerate.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8891c1b..87ab222 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 |