From d432014104f833058f0caa6593fbfc21f40713a7 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 24 Apr 2006 18:00:16 +0000 Subject: [PATCH] Fixed typo if commandline library definition. --- configure/os/CONFIG_SITE.Common.RTEMS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG_SITE.Common.RTEMS b/configure/os/CONFIG_SITE.Common.RTEMS index 99fee4bd2..207c4b81d 100644 --- a/configure/os/CONFIG_SITE.Common.RTEMS +++ b/configure/os/CONFIG_SITE.Common.RTEMS @@ -16,4 +16,4 @@ OP_SYS_CFLAGS += -DRTEMS_NETWORK_CONFIG_DNS_DOMAINNAME=aps.anl.gov # # Specify your desired command-line-input library # -EPICSCOMMANDLINE_LIBRARY = EPICS +COMMANDLINE_LIBRARY = EPICS