From 80f3340c4265835212b4277761b932116fe9f84e Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Tue, 14 Sep 2021 09:35:13 +0200 Subject: [PATCH] allow DBDS_3 and DBDS_7 too --- App/tools/driver.makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index a18d8a8..b54a662 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -372,6 +372,7 @@ export SRCS DBD_SRCS = $(if ${DBDS},$(filter-out -none-,${DBDS}),$(wildcard menu*.dbd *Record.dbd) $(strip $(filter-out %Include.dbd dbCommon.dbd %Record.dbd,$(wildcard *.dbd)) ${BPTS})) DBD_SRCS += ${DBDS_${EPICS_BASETYPE}} DBD_SRCS += ${DBDS_${EPICSVERSION}} +DBD_SRCS += ${DBDS_$(firstword $(subst ., ,${EPICSVERSION}))} export DBD_SRCS #record dbd files given in DBDS