configure.in: Use curly braces in the definition of tooldir.
* configure.in: Use curly braces in the definition of tooldir. * configure: Regenerate. From-SVN: r67078
This commit is contained in:
parent
2eb98e5d4e
commit
df44510411
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
|
||||
|
||||
* configure.in: Use curly braces in the definition of tooldir.
|
||||
* configure: Regenerate.
|
||||
|
||||
2003-05-21 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue