From 56b6c9a6277c310d7c3b619da234d1704949c3df Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 6 Jun 2018 10:51:18 +0200 Subject: [PATCH] fix for 3.16+ --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 0afdb73..89792f7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -44,7 +44,7 @@ ifneq (${EPICS_BASETYPE},3.13) RECORDTYPES += calcout endif -StreamCore.o: streamReferences +StreamCore.o StreamCore.d: streamReferences streamReferences: perl ../src/makeref.pl Interface $(BUSSES) > $@