diff options
author | DJ Delorie <dj@redhat.com> | 2003-05-22 02:47:53 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-05-22 02:47:53 +0000 |
commit | 733ae29980ba03a60f09dd1fd4e1484560113535 (patch) | |
tree | 2de39d2e1daafc0259f96a1d3562daa40695ded3 | |
parent | a12a8d41d210136627bd88bddd820d58bbd93e15 (diff) | |
download | cygnal-733ae29980ba03a60f09dd1fd4e1484560113535.tar.gz cygnal-733ae29980ba03a60f09dd1fd4e1484560113535.tar.bz2 cygnal-733ae29980ba03a60f09dd1fd4e1484560113535.zip |
* configure.in: Use curly braces in the definition of tooldir.
* configure: Regenerate.
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |