From 0a1aca079555bd4232a3ad3f46fefdbeffe03f3b Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Thu, 1 Aug 2002 21:05:23 +0000 Subject: [PATCH] Use correct file name when CONFIG_COMPAT is mapping Darwin to darwin-ppc. --- configure/os/CONFIG.Common.darwin-ppc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.darwin-ppc b/configure/os/CONFIG.Common.darwin-ppc index 19d23c376..9f54d2244 100644 --- a/configure/os/CONFIG.Common.darwin-ppc +++ b/configure/os/CONFIG.Common.darwin-ppc @@ -38,7 +38,7 @@ OP_SYS_LDLIBS += -lreadline # Stuff that will be needed when going to shared libraries # SHRLIB_LDFLAGS = -dynamiclib -flat_namespace -undefined suppress \ - -install_name $(EPICS_BASE)/lib/$(HOST_ARCH)/$@ \ + -install_name $(EPICS_BASE)/lib/$(EPICS_HOST_ARCH)/$@ \ -compatibility_version $(EPICS_VERSION).$(EPICS_REVISION) \ -current_version $(EPICS_VERSION).$(EPICS_REVISION).$(EPICS_MODIFICATION) SHRLIB_SUFFIX = $(addprefix .,$(EPICS_VERSION).$(EPICS_REVISION).$(EPICS_MODIFICATION)).dylib