aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2009-11-23 20:52:16 +0000
committerGreg Hudson <ghudson@mit.edu>2009-11-23 20:52:16 +0000
commit5761ae0613b4c2cf79c995bffd5421690575ca52 (patch)
treefa02ff7f53fb4b5b97e795d1d6efebd8eb99f505 /src/config
parentc64cae69c04d86c3807574c4547de752f0dcea1d (diff)
downloadkrb5-5761ae0613b4c2cf79c995bffd5421690575ca52.zip
krb5-5761ae0613b4c2cf79c995bffd5421690575ca52.tar.gz
krb5-5761ae0613b4c2cf79c995bffd5421690575ca52.tar.bz2
Simplify depfix.pl by assuming that all files outside of the source
and build directory (after substitutions) are external headers which should not be tracked. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23314 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config')
-rw-r--r--src/config/post.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/config/post.in b/src/config/post.in
index d5d2967..9c03e73 100644
--- a/src/config/post.in
+++ b/src/config/post.in
@@ -88,10 +88,8 @@ depend-dependencies:
# references in rules for non-library objects in a directory where
# library objects happen to be built. It's mostly harmless.
.depend: .d $(top_srcdir)/util/depfix.pl
- x=`$(CC) -print-libgcc-file-name` ; \
perl $(top_srcdir)/util/depfix.pl '$(top_srcdir)' '$(mydir)' \
- '$(srcdir)' '$(BUILDTOP)' "$$x" '$(STLIBOBJS)' \
- < .d > .depend
+ '$(srcdir)' '$(BUILDTOP)' '$(STLIBOBJS)' < .d > .depend
# Temporarily keep the rule for removing the dependency line eater
# until we're sure we've gotten everything converted and excised the