From 31fd08430c524cc954e474f265ee46590c966d01 Mon Sep 17 00:00:00 2001
From: Dirk Zimoch <dirk.zimoch@psi.ch>
Date: Tue, 8 Sep 2015 17:40:30 +0200
Subject: [PATCH] install path makes not much sense here. Maybe get one from
 the foreign module header include paths?

---
 App/tools/driver.makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile
index 605f5707..99c04a0c 100644
--- a/App/tools/driver.makefile
+++ b/App/tools/driver.makefile
@@ -615,7 +615,7 @@ HDEPENDS_CMD =
 DBDFILES = ${DBD_SRCS:%=../%}
 DBD_PATH = $(sort $(dir ${DBDFILES}))
 
-DBDEXPANDPATH = $(addprefix -I , ${DBD_PATH} ${INSTALL_DBD} ${EPICS_BASE}/dbd)
+DBDEXPANDPATH = $(addprefix -I , ${DBD_PATH} ${EPICS_BASE}/dbd)
 USR_DBDFLAGS += $(DBDEXPANDPATH)
 
 ifeq (${EPICS_BASETYPE},3.13)
-- 
GitLab