From b2273b8a37449354bffc129eb0e6eb4d9ec1d36d Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 8 Feb 2000 23:04:28 +0000 Subject: [PATCH] Updated library OBJS name. --- src/vxWorks/iocCore/Makefile | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/vxWorks/iocCore/Makefile b/src/vxWorks/iocCore/Makefile index 82dfe09f5..eada52b9a 100644 --- a/src/vxWorks/iocCore/Makefile +++ b/src/vxWorks/iocCore/Makefile @@ -4,19 +4,19 @@ include $(TOP)/configure/CONFIG LIBRARY_vxWorks = iocCore -LIBOBJS = \ - $(INSTALL_BIN)/ComLibrary \ - $(INSTALL_BIN)/asLibrary \ - $(INSTALL_BIN)/bptLibrary \ - $(INSTALL_BIN)/dbLibrary \ - $(INSTALL_BIN)/dbStaticLibrary \ - $(INSTALL_BIN)/dbSubsLibrary \ - $(INSTALL_BIN)/caLibrary \ - $(INSTALL_BIN)/miscLibrary \ - $(INSTALL_BIN)/registryLibrary \ - $(INSTALL_BIN)/rsrvLibrary \ - $(INSTALL_BIN)/vxComLibrary \ - $(INSTALL_BIN)/vxDbLibrary +iocCore_OBJS = \ + $(INSTALL_BIN)/ComLibrary.a \ + $(INSTALL_BIN)/asLibrary.a \ + $(INSTALL_BIN)/bptLibrary.a \ + $(INSTALL_BIN)/dbLibrary.a \ + $(INSTALL_BIN)/dbStaticLibrary.a \ + $(INSTALL_BIN)/dbSubsLibrary.a \ + $(INSTALL_BIN)/caLibrary.a \ + $(INSTALL_BIN)/miscLibrary.a \ + $(INSTALL_BIN)/registryLibrary.a \ + $(INSTALL_BIN)/rsrvLibrary.a \ + $(INSTALL_BIN)/vxComLibrary.a \ + $(INSTALL_BIN)/vxDbLibrary.a include $(TOP)/configure/RULES