From d637d8900a1045dbf39ebe38eb5089c0a9dff83b Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 13 Nov 2001 22:23:00 +0000 Subject: [PATCH] Added a remove of target to some rules. --- configure/RULES_BUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure/RULES_BUILD b/configure/RULES_BUILD index 8e403bbe3..d56a9f8c2 100644 --- a/configure/RULES_BUILD +++ b/configure/RULES_BUILD @@ -266,6 +266,7 @@ endif # Adl2dl rule %.dl : ../%.adl + @$(RM) $@ -$(ADL2DL) $< $@ # Mangen Rule: @@ -301,9 +302,11 @@ ifneq ($(strip $(RANLIB)),) endif # RANLIB $(DLL_LINK_LIBNAME):$(LIB_PREFIX)%.lib: $(LIBRARY_OBJS) $(LIBRARY_RESS) + @$(RM) $@ $(LINK.shrlib) $(SHRLIBNAME):$(LIB_PREFIX)%$(SHRLIB_SUFFIX): $(LIBRARY_OBJS) $(LIBRARY_RESS) + @$(RM) $@ $(LINK.shrlib) # C++ munching for VxWorks @@ -329,6 +332,7 @@ $(OBJLIB_MUNCHNAME):%.munch : %_ctdt$(OBJ) %$(OBJ) # Ext, app and module rules RULES_INCLUDE CONFIG_APP_INCLUDE: $(wildcard $(TOP)/configure/RELEASE*) + @$(RM) $@ $(PERL) $(TOOLS)/convertRelease.pl -h $(EPICS_HOST_ARCH) $@ binInstalls: $(BIN_INSTALLS)