From df44510411081d7e0e0b8715ed56e6a0db240e20 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Thu, 22 May 2003 04:49:07 +0200 Subject: [PATCH] configure.in: Use curly braces in the definition of tooldir. * configure.in: Use curly braces in the definition of tooldir. * configure: Regenerate. From-SVN: r67078 --- ChangeLog | 5 +++++ configure | 2 +- configure.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 438dc78aae0d..d541d5f40c79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-05-21 Maciej W. Rozycki + + * configure.in: Use curly braces in the definition of tooldir. + * configure: Regenerate. + 2003-05-21 DJ Delorie * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not diff --git a/configure b/configure index fa3d44f80ec1..e0d5acfb6b21 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 diff --git a/configure.in b/configure.in index 8891c1b70fa3..87ab222891f4 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 -- 2.43.5