diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-10 00:52:18 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-10 00:52:18 +0000 |
commit | 4665e56c27a42868f98ab9fe93e60da977dcf20e (patch) | |
tree | 464444ee2548ffc88edec780d5b040aef71ff5ea /gcc/config/m68hc11 | |
parent | d4298db33d9bc5310683e13d45fde6f6e53f8e91 (diff) | |
download | gcc-4665e56c27a42868f98ab9fe93e60da977dcf20e.zip gcc-4665e56c27a42868f98ab9fe93e60da977dcf20e.tar.gz gcc-4665e56c27a42868f98ab9fe93e60da977dcf20e.tar.bz2 |
Makefile.in, [...]: Replace "build_canonical" with build, "host_canonical" with host.
* Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas:
Replace "build_canonical" with build, "host_canonical" with host.
* configure.in: Use GCC_TOPLEV_SUBDIRS.
* aclocal.m4: Include ../config/acx.m4.
* configure: Regenerate.
(ada)
* Makefile.in: Replace "host_canonical" with "host" for autoconf
substitution.
From-SVN: r67691
Diffstat (limited to 'gcc/config/m68hc11')
-rw-r--r-- | gcc/config/m68hc11/t-m68hc11-gas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68hc11/t-m68hc11-gas b/gcc/config/m68hc11/t-m68hc11-gas index 3415348..391bb4c 100644 --- a/gcc/config/m68hc11/t-m68hc11-gas +++ b/gcc/config/m68hc11/t-m68hc11-gas @@ -2,7 +2,7 @@ RANLIB_FOR_TARGET = ` \ if [ -f $(objdir)/../binutils/ranlib ] ; then \ echo $(objdir)/../binutils/ranlib ; \ else \ - if [ "$(host_canonical)" = "$(target)" ] ; then \ + if [ "$(host)" = "$(target)" ] ; then \ echo ranlib; \ else \ if [ -f $(bindir)/$(target_alias)-ranlib ] ; then \ |