install path makes not much sense here. Maybe get one from the foreign module header include paths?

This commit is contained in:
2015-09-08 17:40:30 +02:00
parent 0f3b45adf7
commit 31fd08430c
+1 -1
View File
@@ -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)