diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile
index 26d59b489ce708cd8078dab29e5534dc38e62961..63a23250e29f5cf8ae704f0390c9c3a0f6fd75b3 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.