diff options
author | Steve Chamberlain <steve@cygnus> | 1991-09-03 20:48:27 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-09-03 20:48:27 +0000 |
commit | c67056970aca5cc403e8fde116512055a4beb29c (patch) | |
tree | 2688062b99c4ed41dafeaf8738177ed899d2613c /bfd/configure.in | |
parent | 4efb1cc9f0a4f904d41008db6527ac46524512e7 (diff) | |
download | gdb-c67056970aca5cc403e8fde116512055a4beb29c.zip gdb-c67056970aca5cc403e8fde116512055a4beb29c.tar.gz gdb-c67056970aca5cc403e8fde116512055a4beb29c.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'bfd/configure.in')
-rw-r--r-- | bfd/configure.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bfd/configure.in b/bfd/configure.in index 185079b..3d906f9 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -62,12 +62,12 @@ else esac fi -if [ ! -f config/hmake-${bfd_host} ] ; then - echo '***' BFD does not support host ${host}: no file config/hmake-${bfd_host} +if [ ! -f config/h-${bfd_host} ] ; then + echo '***' BFD does not support host ${host}: no file config/h-${bfd_host} exit 1 fi -host_makefile_frag=config/hmake-${bfd_host} +host_makefile_frag=config/h-${bfd_host} # per-target: @@ -114,12 +114,12 @@ none) ;; esac -if [ ! -f config/tmake-${bfd_target} ] ; then - echo '***' BFD does not support target ${target}: no file config/tmake-${bfd_target} +if [ ! -f config/t-${bfd_target} ] ; then + echo '***' BFD does not support target ${target}: no file config/t-${bfd_target} exit 1 fi -target_makefile_fragment=config/tmake-${bfd_target} +target_makefile_frag=config/t-${bfd_target} files= links= |