diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/depfix.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/depfix.pl b/src/util/depfix.pl index 473b649bb..dfe774251 100644 --- a/src/util/depfix.pl +++ b/src/util/depfix.pl @@ -214,6 +214,7 @@ my $buf = ''; while (<STDIN>) { # Strip newline. chop; + next if /^\s*#/; # Do directory-specific path substitutions on each filename read. $_ = &do_subs($_); if (m/\\$/) { |
