dbdExpand.pl

This commit is contained in:
Andrew Johnson
2016-08-11 15:48:01 -05:00
parent e9abac25bc
commit 57b8617cca

View File

@@ -24,6 +24,8 @@ my @path = map { split /[:;]/ } @opt_I; # FIXME: Broken on Win32?
my $macros = EPICS::macLib->new(@opt_S);
my $dbd = DBD->new();
$macros->suppressWarning(1);
# Calculate filename for the dependency warning message below
my $dep = $opt_o;
my $dot_d = '';