From cb152f957da3dfe2c7b4763a780e4c0be9dec5b5 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 29 Jul 1999 19:30:54 +0000 Subject: [PATCH] Put base dbd dir back on user dbdflags definition. --- src/makeBaseApp/top/config/CONFIG_APP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makeBaseApp/top/config/CONFIG_APP b/src/makeBaseApp/top/config/CONFIG_APP index 97707443d..38466b2d6 100644 --- a/src/makeBaseApp/top/config/CONFIG_APP +++ b/src/makeBaseApp/top/config/CONFIG_APP @@ -7,7 +7,7 @@ ifdef INSTALL_LOCATION_APP INSTALL_LOCATION = $(INSTALL_LOCATION_APP) endif -USER_DBDFLAGS = -I. -I.. +USER_DBDFLAGS += -I. -I.. -I$(EPICS_BASE)/dbd ifdef T_A -include $(TOP)/config/O.$(T_A)/CONFIG_APP_INCLUDE