From 3ff9be4b743ae9f95fd9e80ebe0e2b69681cccf7 Mon Sep 17 00:00:00 2001 From: Mike Bordua Date: Sun, 17 Jul 1994 08:21:43 +0000 Subject: [PATCH] Added $(RM) to iocCore linking. This insures correct symbols. --- src/iocCore/Makefile.Vx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/iocCore/Makefile.Vx b/src/iocCore/Makefile.Vx index 2a2f4318a..525e192c6 100644 --- a/src/iocCore/Makefile.Vx +++ b/src/iocCore/Makefile.Vx @@ -26,5 +26,6 @@ $(EPICS_VX_IMAGE_SYM): $(VX_IMAGE_SYM) iocCore: $(IOC_CORE) $(IOC_CORE): $(IOC_CORE_OBJS) + $(RM) $@ $(LINK.c) $@ $? @what $@