From 39c31045a01dbdfeb496a0767d34fd88e078ba51 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Tue, 29 May 2018 17:05:11 +0200 Subject: [PATCH] fix for 3.15+ to make sure that Record.h is created before Record.o is compiled --- App/tools/driver.makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index f8492a7..07099cc 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -763,6 +763,9 @@ ${BUILDRULE} ${MODULEDBD} ${BUILDRULE} $(addprefix ${COMMON_DIR}/,$(addsuffix Record.h,${RECORDS})) ${BUILDRULE} ${DEPFILE} +# In 3.15+ this is required to build %Record.h files +COMMON_INC = ${HDRS} + # Include default EPICS Makefiles (version dependent). # Avoid library installation when doing 'make build'. INSTALL_LOADABLE_SHRLIBS=