From 5d0fc9e6098f7b0026b1c0da624019161afbd8cd Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 12 Jan 2001 23:20:51 +0000 Subject: [PATCH] Change DEPENDS to DBDEPENDS --- configure/tools/makeDbDepends.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: $!";