Change DEPENDS to DBDEPENDS

This commit is contained in:
Janet B. Anderson
2001-01-12 23:20:51 +00:00
parent b2bc95d8b8
commit 5d0fc9e609

View File

@@ -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: $!";