From ebf9c197e8c651d39aafe3d7644859b652c49d39 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 22 Mar 2001 21:23:04 +0000 Subject: [PATCH] Allowed for macro replacement. --- configure/tools/makeRulesInclude.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/tools/makeRulesInclude.pl b/configure/tools/makeRulesInclude.pl index 12f061ec6..1f8fa2744 100644 --- a/configure/tools/makeRulesInclude.pl +++ b/configure/tools/makeRulesInclude.pl @@ -45,9 +45,9 @@ foreach $file (@files) { $post = $base . $post; } } + $applications{$prefix} = $post; next if ( $prefix eq "EPICS_BASE" ); next if ( $prefix eq "TEMPLATE_TOP" ); - $applications{$prefix} = $post; if ( -d "$post") { #check that directory exists if ( -d "$post/configure") { #check that directory exists print OUT "-include $app_post/configure/RULES_BUILD\n";