configure.in: Use curly braces in the definition of tooldir.
authorMaciej W. Rozycki <macro@ds2.pg.gda.pl>
Thu, 22 May 2003 02:49:07 +0000 (04:49 +0200)
committerDJ Delorie <dj@gcc.gnu.org>
Thu, 22 May 2003 02:49:07 +0000 (22:49 -0400)
* configure.in: Use curly braces in the definition of tooldir.
* configure: Regenerate.

From-SVN: r67078

ChangeLog
configure
configure.in

index 438dc78aae0de96c8f7afe8e8632dadef8266fc2..d541d5f40c79669c023b2b96eab19ce148e2acc2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
+
+       * configure.in: Use curly braces in the definition of tooldir.
+       * configure: Regenerate.
+
 2003-05-21  DJ Delorie  <dj@redhat.com>
        
        * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
index fa3d44f80ec155dd26092d497bafce2dca539e33..e0d5acfb6b21ca6d3af88fb0020b1d6610a6f433 100755 (executable)
--- 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
index 8891c1b70fa398e3b27eb8522461d327ed2b7405..87ab222891f4717bdc44b5799fc165578c0bd1c8 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