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