From: Maciej W. Rozycki Date: Tue, 20 May 2003 21:09:44 +0000 (+0000) Subject: 2003-05-20 Maciej W. Rozycki X-Git-Tag: cr-0x99~392 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=00b5e06003c309fc93150ca037cbf977caa47cf5;p=newlib-cygwin.git 2003-05-20 Maciej W. Rozycki * configure.in: Use curly braces in the definition of tooldir. * configure: Regenerate. --- 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