summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2005-10-27 07:02:41 +0000
committerKen Raeburn <raeburn@mit.edu>2005-10-27 07:02:41 +0000
commita75de46d12b94042ef1793d7a96902894336d328 (patch)
tree52b9492b137a5380b3daf94008721dfd7f028463
parentfb8319e852939509e8a321d2ceb030b2783b8f01 (diff)
downloadkrb5-a75de46d12b94042ef1793d7a96902894336d328.tar.gz
krb5-a75de46d12b94042ef1793d7a96902894336d328.tar.xz
krb5-a75de46d12b94042ef1793d7a96902894336d328.zip
Remove dependency listing on old depfix.sed
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17460 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/config/post.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/post.in b/src/config/post.in
index 1811a8d23..35cc91a76 100644
--- a/src/config/post.in
+++ b/src/config/post.in
@@ -82,7 +82,7 @@ depend-dependencies:
# NOTE: This will also generate spurious $(OUTPRE) and $(OBJEXT)
# references in rules for non-library objects in a directory where
# library objects happen to be built. It's mostly harmless.
-.depend: .d $(SRCTOP)/util/depfix.sed $(SRCTOP)/util/depfix.pl
+.depend: .d $(SRCTOP)/util/depfix.pl
x=`$(CC) -print-libgcc-file-name` ; \
perl $(SRCTOP)/util/depfix.pl \
'$(SRCTOP)' '$(myfulldir)' '$(srcdir)' '$(BUILDTOP)' "$$x" '$(STLIBOBJS)' \