From deb26d7ea75722ff39de111ad3fee00c9c648889 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 20 Mar 2007 16:06:44 +0000 Subject: [PATCH] Oops, missed this; libiocsh doesn't exist any more. --- configure/CONFIG_BASE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/CONFIG_BASE b/configure/CONFIG_BASE index 5cf52f39f..78d4bc993 100644 --- a/configure/CONFIG_BASE +++ b/configure/CONFIG_BASE @@ -21,14 +21,14 @@ endif #--------------------------------------------------------------- # Epics base Ioc libraries -EPICS_BASE_IOC_LIBS += recIoc softDevIoc iocsh +EPICS_BASE_IOC_LIBS += recIoc softDevIoc EPICS_BASE_IOC_LIBS += miscIoc rsrvIoc dbtoolsIoc asIoc EPICS_BASE_IOC_LIBS += dbIoc registryIoc dbStaticIoc ca Com #--------------------------------------------------------------- # Epics base Host libraries -EPICS_BASE_HOST_LIBS += cas gdd iocshHost asHost dbStaticHost registryIoc +EPICS_BASE_HOST_LIBS += cas gdd asHost dbStaticHost registryIoc EPICS_BASE_HOST_LIBS += ca Com #---------------------------------------------------------------