Added $(RM) to iocCore linking. This insures correct symbols.

This commit is contained in:
Mike Bordua
1994-07-17 08:21:43 +00:00
parent e257c5c5ab
commit 3ff9be4b74

View File

@@ -26,5 +26,6 @@ $(EPICS_VX_IMAGE_SYM): $(VX_IMAGE_SYM)
iocCore: $(IOC_CORE)
$(IOC_CORE): $(IOC_CORE_OBJS)
$(RM) $@
$(LINK.c) $@ $?
@what $@