From a75de46d12b94042ef1793d7a96902894336d328 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 27 Oct 2005 07:02:41 +0000 Subject: Remove dependency listing on old depfix.sed git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17460 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/post.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)' \ -- cgit