Changed LIBSRCS to LIB_SRCS.

This commit is contained in:
Janet B. Anderson
2009-03-11 18:51:25 +00:00
parent e42837e291
commit 3d588b13fc
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ miscIoc_LIBS = rsrvIoc asIoc dbtoolsIoc dbIoc registryIoc dbStaticIoc ca Com
# For R3.13 compatibility only
ifeq ($(strip $(COMPAT_313)),YES)
OBJLIB_vxWorks=miscIoc
OBJLIB_SRCS = $(LIBSRCS)
OBJLIB_SRCS = $(LIB_SRCS)
endif
include $(TOP)/configure/RULES

View File

@@ -33,7 +33,7 @@ rsrvIoc_RCS = rsrvIoc.rc
# For R3.13 compatibility only
ifeq ($(strip $(COMPAT_313)),YES)
OBJLIB_vxWorks=rsrvIoc
OBJLIB_SRCS = $(LIBSRCS)
OBJLIB_SRCS = $(LIB_SRCS)
endif
include $(TOP)/configure/RULES