From 733ae29980ba03a60f09dd1fd4e1484560113535 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Thu, 22 May 2003 02:47:53 +0000 Subject: [PATCH] * configure.in: Use curly braces in the definition of tooldir. * configure: Regenerate. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index fa3d44f80..e0d5acfb6 100755 --- a/configure +++ b/configure @@ -1958,7 +1958,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