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";