From 85a7e8c70ec63093eab51fe26f7038973ed3fcd0 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 23 Feb 2000 15:20:16 +0000 Subject: [PATCH] Removed continuation to make code more readable. --- configure/CONFIG_BASE | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure/CONFIG_BASE b/configure/CONFIG_BASE index 85b743419..88d133a81 100644 --- a/configure/CONFIG_BASE +++ b/configure/CONFIG_BASE @@ -34,8 +34,7 @@ INSTALL_INCLUDES += \ -I$(EPICS_BASE_INCLUDE) # add epics/base dbd directory -INSTALL_DBDFLAGS += \ - -I$(EPICS_BASE)/dbd +INSTALL_DBDFLAGS += -I$(EPICS_BASE)/dbd endif endif