aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-10-24 22:10:04 +0000
committerSteve Chamberlain <steve@cygnus>1991-10-24 22:10:04 +0000
commit0c6087dd1c5a3dc9fa6dd20253780e20dfa1c9e7 (patch)
treef3002348451935fa6cfc4d59782414d94ee79656 /configure.in
parent4b39ad32c103e7588720e843fb6c1ab0f8dfa82f (diff)
downloadfsf-binutils-gdb-0c6087dd1c5a3dc9fa6dd20253780e20dfa1c9e7.zip
fsf-binutils-gdb-0c6087dd1c5a3dc9fa6dd20253780e20dfa1c9e7.tar.gz
fsf-binutils-gdb-0c6087dd1c5a3dc9fa6dd20253780e20dfa1c9e7.tar.bz2
config file renaming
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index ffd613f..058ce53 100644
--- a/configure.in
+++ b/configure.in
@@ -9,11 +9,11 @@ srcname="gnu development package"
# per-host:
-# XXX - FIXME there needs to be a case for hmake-dgux
+# XXX - FIXME there needs to be a case for mh_dgux
case "${host_os}" in
-sysv* | irix*) host_makefile_frag=config/hmake-sysv ;;
-svr4) host_makefile_frag=config/hmake-svr4 ;;
+sysv* | irix*) host_makefile_frag=config/mh-sysv ;;
+svr4) host_makefile_frag=config/mh-svr4 ;;
esac
# per-target:
@@ -35,7 +35,7 @@ amd)
esac
-target_makefile_frag=config/t-${bfd_target}
+target_makefile_frag=config/mt-${bfd_target}
#