From 7768e1baa749f964ced68f17e2cfb70ad96e8983 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Tue, 5 Jun 2018 13:34:34 +0200 Subject: [PATCH] fix problem with 3.14.8 introduced in earlier commit --- App/tools/driver.makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 97b059a..649a3e5 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -763,6 +763,8 @@ debug:: @echo "LIBVERSION = ${LIBVERSION}" @echo "MODULE_LOCATION = ${MODULE_LOCATION}" +# In 3.14.8- this is required to build %Record.h files +${BUILDRULE} ${RECORDS:%=${COMMON_DIR}/%.h} ${BUILDRULE} MODULEINFOS ${BUILDRULE} ${MODULEDBD} ${BUILDRULE} ${DEPFILE}