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 | 8013444f97177b728405d77ee7eb1a4cd5bc2e3e (patch) | |
tree | 684c9d00d118af3018e868d2f926a9ed4b5ae276 /configure.in | |
parent | 636fc38722d0a403a0abad7dfed317b98c5b0c49 (diff) | |
download | gdb-8013444f97177b728405d77ee7eb1a4cd5bc2e3e.zip gdb-8013444f97177b728405d77ee7eb1a4cd5bc2e3e.tar.gz gdb-8013444f97177b728405d77ee7eb1a4cd5bc2e3e.tar.bz2 |
2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* configure.in: Use curly braces in the definition of tooldir.
* configure: Regenerate.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8891c1b..87ab222 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 |