From 2802744f7c546d261746240d0cbb264c4a2c8b81 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 18 Aug 2011 12:37:59 -0500 Subject: [PATCH] db/test: Adjust and simplify libraries. --- src/ioc/db/test/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/ioc/db/test/Makefile b/src/ioc/db/test/Makefile index 0c8d02a3c..3ee77ca07 100644 --- a/src/ioc/db/test/Makefile +++ b/src/ioc/db/test/Makefile @@ -10,11 +10,7 @@ TOP=../../../.. include $(TOP)/configure/CONFIG -callbackTest_LIBS = dbCore -callbackTest_LIBS_DEFAULT = dbStaticHost -callbackTest_LIBS_vxWorks = dbStaticIoc -callbackTest_LIBS_RTEMS = dbStaticIoc -PROD_LIBS = ca Com +PROD_LIBS = dbCore ca Com TESTPROD_HOST += callbackTest callbackTest_SRCS += callbackTest.c