From 3d588b13fcc67c2d6f57575732ef4d81ba4fb68b Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 11 Mar 2009 18:51:25 +0000 Subject: [PATCH] Changed LIBSRCS to LIB_SRCS. --- src/misc/Makefile | 2 +- src/rsrv/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/misc/Makefile b/src/misc/Makefile index f7cfa44e8..3d7bc5168 100644 --- a/src/misc/Makefile +++ b/src/misc/Makefile @@ -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 diff --git a/src/rsrv/Makefile b/src/rsrv/Makefile index d39eab43f..e420ba848 100644 --- a/src/rsrv/Makefile +++ b/src/rsrv/Makefile @@ -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