From b28e33566b4a05cf54a6b3a8526112e5f420cec9 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sat, 27 Oct 2018 14:29:03 -0500 Subject: [PATCH] Fix build rule for testCa's testIoc.dbd --- testCa/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/testCa/Makefile b/testCa/Makefile index 9cfe317..47092ac 100644 --- a/testCa/Makefile +++ b/testCa/Makefile @@ -43,5 +43,6 @@ include $(TOP)/configure/RULES ifdef BASE_3_16 $(COMMON_DIR)/testIoc.dbd: $(EPICS_BASE)/dbd/softIoc.dbd + $(RM) $@ $(CP) $< $@ endif