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