Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2003-05-22 06:47:53 +0400
committerDJ Delorie <dj@redhat.com>2003-05-22 06:47:53 +0400
commit733ae29980ba03a60f09dd1fd4e1484560113535 (patch)
tree2de39d2e1daafc0259f96a1d3562daa40695ded3 /configure
parenta12a8d41d210136627bd88bddd820d58bbd93e15 (diff)
* 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 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