2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
authorMaciej W. Rozycki <macro@linux-mips.org>
Tue, 20 May 2003 21:09:44 +0000 (21:09 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Tue, 20 May 2003 21:09:44 +0000 (21:09 +0000)
* configure.in: Use curly braces in the definition of tooldir.
* configure: Regenerate.

configure.in

index 8891c1b..87ab222 100644 (file)
@@ -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