From d4f720482b1bc11b67f03ac98613f3e649423691 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 21 Dec 1994 16:03:11 +0000 Subject: [PATCH] Added $(RM) line and removed chmod line in vxWorks rules --- src/iocCore/Makefile.Vx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/iocCore/Makefile.Vx b/src/iocCore/Makefile.Vx index 3849cbb8b..99ed20cb1 100644 --- a/src/iocCore/Makefile.Vx +++ b/src/iocCore/Makefile.Vx @@ -22,12 +22,12 @@ PROD = iocCore vxWorks vxWorks.sym include $(EPICS)/config/RULES.Vx vxWorks: $(VX_IMAGE) + $(RM) $@ cp $< . - chmod 444 $@ vxWorks.sym: $(VX_IMAGE_SYM) + $(RM) $@ cp $< . - chmod 444 $@ iocCore: $(IOC_CORE_OBJS) $(LINK.c) $@ $(IOC_CORE_OBJS)