From 5ecb0738c5f6e7055c0c298f5ef009323bbfe157 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 26 May 2004 17:31:56 +0000 Subject: [PATCH] Removed testDevIoc from base link libraries, only used by the mrkSoftTest application --- configure/CONFIG_BASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/CONFIG_BASE b/configure/CONFIG_BASE index 1a4d6eff0..01700405b 100644 --- a/configure/CONFIG_BASE +++ b/configure/CONFIG_BASE @@ -24,7 +24,7 @@ endif #--------------------------------------------------------------- # Epics base Ioc libraries -EPICS_BASE_IOC_LIBS += recIoc softDevIoc testDevIoc iocsh +EPICS_BASE_IOC_LIBS += recIoc softDevIoc iocsh EPICS_BASE_IOC_LIBS += miscIoc rsrvIoc dbtoolsIoc asIoc EPICS_BASE_IOC_LIBS += dbIoc registryIoc dbStaticIoc ca Com