Use correct file name when CONFIG_COMPAT is mapping Darwin to darwin-ppc.

This commit is contained in:
W. Eric Norum
2002-08-01 21:05:23 +00:00
parent b0932d91f2
commit 0a1aca0795

View File

@@ -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