From 2c6a12fbcf73e81a2e117421c2617c9074ad29c8 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Thu, 29 Nov 2007 00:53:03 +0000 Subject: [PATCH] pull up r19961 from trunk r19961@cathode-dark-space: tlyu | 2007-09-18 22:54:56 -0400 ticket: 5752 target_version: 1.6.4 tags: pullup Ignore dependency lines beginning with '#' to deal with gcc -fworking-directory output during make depend. ticket: 5752 version_fixed: 1.6.4 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@20169 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/depfix.pl | 1 + 1 file changed, 1 insertion(+) 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 () { # Strip newline. chop; + next if /^\s*#/; # Do directory-specific path substitutions on each filename read. $_ = &do_subs($_); if (m/\\$/) { -- 2.26.2