summaryrefslogtreecommitdiffstats
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
commit733ae29980ba03a60f09dd1fd4e1484560113535 (patch)
tree2de39d2e1daafc0259f96a1d3562daa40695ded3
parenta12a8d41d210136627bd88bddd820d58bbd93e15 (diff)
downloadcygnal-733ae29980ba03a60f09dd1fd4e1484560113535.tar.gz
cygnal-733ae29980ba03a60f09dd1fd4e1484560113535.tar.bz2
cygnal-733ae29980ba03a60f09dd1fd4e1484560113535.zip
* configure.in: Use curly braces in the definition of tooldir.
* configure: Regenerate.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index fa3d44f80..e0d5acfb6 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