Remove dependency listing on old depfix.sed
authorKen Raeburn <raeburn@mit.edu>
Thu, 27 Oct 2005 07:02:41 +0000 (07:02 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 27 Oct 2005 07:02:41 +0000 (07:02 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17460 dc483132-0cff-0310-8789-dd5450dbe970

src/config/post.in

index 1811a8d23362d9f5699668f50f59116fcee811db..35cc91a762b7fcdd9196130aa804161a60a01bbf 100644 (file)
@@ -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)' \