Fix build rule for testCa's testIoc.dbd

This commit is contained in:
Andrew Johnson
2018-10-27 14:29:03 -05:00
parent f84774e3ec
commit b28e33566b

View File

@ -43,5 +43,6 @@ include $(TOP)/configure/RULES
ifdef BASE_3_16
$(COMMON_DIR)/testIoc.dbd: $(EPICS_BASE)/dbd/softIoc.dbd
$(RM) $@
$(CP) $< $@
endif