aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1991-11-21 23:24:17 +0000
committerStu Grossman <grossman@cygnus>1991-11-21 23:24:17 +0000
commita7951d1117989ec9e910d710e02eb195c753f699 (patch)
tree282534125b3216c7568d75577dbcbede640e95d5 /readline
parente4890dd3ae6914767e1765b61aba8e88f91fcbef (diff)
downloadfsf-binutils-gdb-a7951d1117989ec9e910d710e02eb195c753f699.zip
fsf-binutils-gdb-a7951d1117989ec9e910d710e02eb195c753f699.tar.gz
fsf-binutils-gdb-a7951d1117989ec9e910d710e02eb195c753f699.tar.bz2
Change hm-* to mh-*.
Diffstat (limited to 'readline')
-rw-r--r--readline/configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/readline/configure.in b/readline/configure.in
index ffc54b4..eab207a 100644
--- a/readline/configure.in
+++ b/readline/configure.in
@@ -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