Allowed for macro replacement.

This commit is contained in:
Janet B. Anderson
2001-03-22 21:23:04 +00:00
parent 0a5ddd49ba
commit ebf9c197e8
+1 -1
View File
@@ -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";