From e7dca4ba78cd282a06e26ae67da809fd153126f7 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 5 Nov 2015 09:46:18 +0100 Subject: [PATCH] add depencency on seq for snl code --- App/tools/driver.makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 8e9a880..fa69994 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -447,6 +447,7 @@ install build debug:: O.${EPICSVERSION}_Common O.${EPICSVERSION}_${T_A} endif REQ = ${REQUIRED} ${REQUIRED_${OS_CLASS}} ${REQUIRED_${T_A}} ${REQUIRED_${EPICS_BASETYPE}} ${REQUIRED_${EPICSVERSION}} +REQ += $(if $(filter %.st %.stt,${SRCS}),seq) export REQ else # in O.*