aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2003-05-22 02:47:53 +0000
committerDJ Delorie <dj@redhat.com>2003-05-22 02:47:53 +0000
commit61fa5f72e3ba732d128cb043e318c2889da77864 (patch)
treece5e6f83daedbe119ec9c3c0a2e5e9b382c842c8 /configure
parent3a12db16805a2dc2cd7f2f0ae125857071dd28ef (diff)
downloadbinutils-61fa5f72e3ba732d128cb043e318c2889da77864.zip
binutils-61fa5f72e3ba732d128cb043e318c2889da77864.tar.gz
binutils-61fa5f72e3ba732d128cb043e318c2889da77864.tar.bz2
* 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 fa3d44f..e0d5acf 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