From e0e0694821ac75b8967d1eb2967f92435ebf5df6 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 14 Nov 2003 16:31:36 +0000 Subject: [PATCH] Added the realclean target removd command echo suppression to match other clean rules --- configure/RULES.ioc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/RULES.ioc b/configure/RULES.ioc index db7bd5cec..d935a01d3 100644 --- a/configure/RULES.ioc +++ b/configure/RULES.ioc @@ -24,6 +24,6 @@ else $(PERL) $(TOOLS)/convertRelease.pl -a $(ARCH) -t $(IOCS_APPL_TOP) $@ endif -clean: - @$(RM) cdCommands envPaths +realclean clean: + $(RM) cdCommands envPaths