From dd7405963fa3068e8c038d493325df55974fd1a1 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 10 May 2017 17:11:41 +0200 Subject: [PATCH] *Record.dbd in main dir was not found --- 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 26d59b4..63a2325 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -784,7 +784,7 @@ $(foreach file, ${SRCS} ${TEMPLS} ${SCR}, $(eval vpath $(notdir ${file}) ../$(di # if a source dbd has the same name as the project dbd. Have to clear %.dbd and not use ../ path. # But the %Record.h and menu%.h rules need to find their dbd files (example: asyn). vpath %.dbd -vpath %Record.dbd $(filter-out ../,${DBD_PATH}) +vpath %Record.dbd ${DBD_PATH} vpath menu%.dbd ${DBD_PATH} # Find header files to install.