From 065a7eb4e7ae168084dcaca3386b0c4504643b4f Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 8 May 2000 14:40:49 +0000 Subject: [PATCH] Added definitions for EPICS_BASE_HOST_LIB and INSTALL_HOST_LIB. --- config/CONFIG_COMMON | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/CONFIG_COMMON b/config/CONFIG_COMMON index 2053d4235..65f82ec6a 100644 --- a/config/CONFIG_COMMON +++ b/config/CONFIG_COMMON @@ -39,6 +39,8 @@ OBJ = . RES = . EPICS_BASE_HOST_BIN = $(EPICS_BASE)/bin/$(HOST_ARCH) +EPICS_BASE_HOST_LIB = $(EPICS_BASE)/lib/$(HOST_ARCH) +INSTALL_HOST_LIB = $(INSTALL_LOCATION)/lib/$(HOST_ARCH) # private versions of lex/yacc from EPICS