summaryrefslogtreecommitdiffstats
path: root/util/add-depends.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/add-depends.pl')
-rw-r--r--util/add-depends.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/add-depends.pl b/util/add-depends.pl
index 31996c4edd..67b69b0ac7 100644
--- a/util/add-depends.pl
+++ b/util/add-depends.pl
@@ -19,6 +19,7 @@ use File::Compare qw(compare_text);
# data. This doesn't affect the mtime field, so we're not losing anything...
${^WIN32_SLOPPY_STAT} = 1;
+my $debug = $ENV{ADD_DEPENDS_DEBUG};
my $buildfile = $config{build_file};
my $build_mtime = (stat($buildfile))[9];
my $rebuild = 0;