config file renaming
authorSteve Chamberlain <steve@cygnus>
Thu, 24 Oct 1991 22:10:04 +0000 (22:10 +0000)
committerSteve Chamberlain <steve@cygnus>
Thu, 24 Oct 1991 22:10:04 +0000 (22:10 +0000)
configure.in

index ffd613f2a9fc62928944cea77892e843a5d7ac3e..058ce53fdbeddb20c3f3c1c87bf0c0873ac6415c 100644 (file)
@@ -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}
 
 
 #