From a07395e47e6f483115fcc09fc3e9f7b06976ce6f Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Thu, 19 Dec 2002 17:21:55 +0000 Subject: [PATCH] Fix for hpux --- config/CONFIG.Host.hp700 | 2 +- config/CONFIG_HOST_ARCH.hpux-parisc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/CONFIG.Host.hp700 b/config/CONFIG.Host.hp700 index 01ce75c4d..3947091a5 100644 --- a/config/CONFIG.Host.hp700 +++ b/config/CONFIG.Host.hp700 @@ -12,7 +12,7 @@ # This file is maintained by the EPICS community. # Sites may override these definitions in CONFIG_SITE.Host.hp700 -ARCH_CLASS = hp700 +ARCH_CLASS = hpux # Include definitions common to all Unix archs include $(EPICS_BASE)/config/CONFIG.Host.UnixCommon diff --git a/config/CONFIG_HOST_ARCH.hpux-parisc b/config/CONFIG_HOST_ARCH.hpux-parisc index 2e6326860..670dd152f 100644 --- a/config/CONFIG_HOST_ARCH.hpux-parisc +++ b/config/CONFIG_HOST_ARCH.hpux-parisc @@ -10,4 +10,4 @@ # $Id$ # hpux-parisc is the new name for hp700 --include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.hpux +-include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.hp700