From 8a453541bc09a577c7d83b0c0ea50fc572990165 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Tue, 13 Jul 1993 19:15:38 +0000 Subject: [PATCH] Use host_makefile_frag. --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 8fc1791baf..09948957d9 100644 --- a/configure.in +++ b/configure.in @@ -83,6 +83,7 @@ srcname="gnu development package" # per-host: case "${host}" in + alpha-dec-osf*) host_makefile_frag=config/mh-alphaosf ;; m68k-apollo-sysv*) host_makefile_frag=config/mh-apollo68 ;; m68k-apollo-bsd*) host_makefile_frag=config/mh-a68bsd ;; m88k-motorola-sysv*) host_makefile_frag=config/mh-delta88;; -- 2.34.1