Change hm-* to mh-*.

This commit is contained in:
Stu Grossman 1991-11-21 23:24:17 +00:00
parent e4890dd3ae
commit a7951d1117
1 changed files with 4 additions and 4 deletions

View File

@ -15,18 +15,18 @@ links=sysdep.h
case "${host_os}" in
m88kbcs | sysv*)
host_makefile_frag=config/hm-sysv
host_makefile_frag=config/mh-sysv
;;
aix*)
host_makefile_frag=config/hm-sysv
host_makefile_frag=config/mh-sysv
case "${host_cpu}" in
rs6000) files=sysdep-aix.h
esac
;;
irix*)
host_makefile_frag=config/hm-sysv
host_makefile_frag=config/mh-sysv
files=sysdep-irix.h
;;
@ -37,7 +37,7 @@ esac
case "${host_vendor}" in
sco* )
host_makefile_frag=config/hm-sco
host_makefile_frag=config/mh-sco
files=sysdep-sco.h
;;
esac