From 65871f02e8a8aa0a6c81f2e5755ea085e543ff78 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 14 Sep 2001 20:02:30 +0000 Subject: [PATCH] Tidying up convertRelease.pl stuff. --- configure/RULES_ARCHS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/RULES_ARCHS b/configure/RULES_ARCHS index 167451a82..7b1b66a25 100644 --- a/configure/RULES_ARCHS +++ b/configure/RULES_ARCHS @@ -37,7 +37,7 @@ O.Common: $(MKDIR) O.Common checkRelease: $(wildcard $(TOP)/configure/RELEASE*) - $(PERL) $(TOOLS)/convertRelease.pl -t $(TOP) $@ + $(PERL) $(TOOLS)/convertRelease.pl -h $(EPICS_HOST_ARCH) -t $(TOP) $@ # # special clean rule @@ -52,5 +52,5 @@ clean$(DIVIDER)% :: .PHONY : $(buildActionArchTargets) .PHONY : $(buildArchs) .PHONY : $(ACTIONS) clean all -.PHONY : checkSupport +.PHONY : checkRelease