diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2003-05-20 21:09:44 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2003-05-20 21:09:44 +0000 |
commit | 99c53f77d9d68508157be8c74498fc4c7375e20a (patch) | |
tree | 23c5e332bb2bd9eb6fdac0a81c127fcc23b3db93 | |
parent | 49541b0a76e5af86bb2bd4b112ff58acab895bf3 (diff) | |
download | gdb-99c53f77d9d68508157be8c74498fc4c7375e20a.tar.gz |
2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* configure.in: Use curly braces in the definition of tooldir.
* configure: Regenerate.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8891c1b70fa..87ab222891f 100644 --- a/configure.in +++ b/configure.in @@ -1272,7 +1272,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 |