From: Maciej W. Rozycki Date: Tue, 20 May 2003 21:09:44 +0000 (+0000) Subject: 2003-05-20 Maciej W. Rozycki X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8013444f97177b728405d77ee7eb1a4cd5bc2e3e;p=binutils-gdb.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 8891c1b70fa..87ab222891f 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