summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2003-05-22 02:47:53 +0000
committerDJ Delorie <dj@delorie.com>2003-05-22 02:47:53 +0000
commit6e0f792ccb411259041e918403fec76af7a3015d (patch)
tree2400efddbdb10a027eacb4318e141288ca1c9d13 /configure
parent2f7fb8b4067d4b5f3c98200e0aa5a02dcbbd18a1 (diff)
downloadgdb-6e0f792ccb411259041e918403fec76af7a3015d.tar.gz
* configure.in: Use curly braces in the definition of tooldir.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index fa3d44f80ec..e0d5acfb6b2 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