diff --git a/configure/tools/makeDbDepends.pl b/configure/tools/makeDbDepends.pl index bb8042bb8..b989a8661 100644 --- a/configure/tools/makeDbDepends.pl +++ b/configure/tools/makeDbDepends.pl @@ -5,7 +5,7 @@ eval 'exec perl -S $0 ${1+"$@"}' # -*- Mode: perl -*- # Searches the .substitutions files (from the command line) for # "file xxx {" entries to create a DEPENDS file -open(OUT, ">DEPENDS") or die "Cannot open DEPENDS: $!"; +open(OUT, ">DBDEPENDS") or die "Cannot open DBDEPENDS: $!"; foreach $file (@ARGV) { open(IN, "<$file") or die "Cannot open $file: $!";