From 13de25e9f4033e4d30b86d0ba7ee024f2b3f85c3 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 23 May 2001 16:15:18 +0000 Subject: [PATCH] Reordered _DIR definitions. --- configure/CONFIG_BASE | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/configure/CONFIG_BASE b/configure/CONFIG_BASE index 9ec2d742d..a04ccfbf1 100644 --- a/configure/CONFIG_BASE +++ b/configure/CONFIG_BASE @@ -17,21 +17,20 @@ EPICS_BASE_BIN = $(EPICS_BASE)/bin/$(T_A) endif #Definitions for extensions convenience -As_DIR = $(EPICS_BASE_LIB) -ca_DIR = $(EPICS_BASE_LIB) -cas_DIR = $(EPICS_BASE_LIB) Com_DIR = $(EPICS_BASE_LIB) -dbtoolsIoc_DIR = $(EPICS_BASE_LIB) -iocsh_DIR = $(EPICS_BASE_LIB) -miscIoc_DIR = $(EPICS_BASE_LIB) -rsrvIoc_DIR = $(EPICS_BASE_LIB) -registryIoc_DIR = $(EPICS_BASE_LIB) asHost_DIR = $(EPICS_BASE_LIB) asIoc_DIR = $(EPICS_BASE_LIB) +ca_DIR = $(EPICS_BASE_LIB) +cas_DIR = $(EPICS_BASE_LIB) dbIoc_DIR = $(EPICS_BASE_LIB) dbStaticHost_DIR = $(EPICS_BASE_LIB) dbStaticIoc_DIR = $(EPICS_BASE_LIB) +dbtoolsIoc_DIR = $(EPICS_BASE_LIB) gdd_DIR = $(EPICS_BASE_LIB) +iocsh_DIR = $(EPICS_BASE_LIB) +miscIoc_DIR = $(EPICS_BASE_LIB) +registryIoc_DIR = $(EPICS_BASE_LIB) +rsrvIoc_DIR = $(EPICS_BASE_LIB) #--------------------------------------------------------------- # For applications and extensions