From a2a85a79776e323461cfd6a0b60bd9c9bdd33c3f Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 22 Dec 2005 05:08:11 +0000 Subject: Looks like the current Red Hat gcc on Athena emits duplicates and "./foo.h", neither of which we've properly addressed before. * depfix.pl (uniquify): New subroutine. (do_subs_2): Use it. (do_subs): Fix substitution pattern for " ./". git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17573 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/util/ChangeLog') diff --git a/src/util/ChangeLog b/src/util/ChangeLog index c3f031cef8..a306f5d92a 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,3 +1,9 @@ +2005-12-22 Ken Raeburn + + * depfix.pl (uniquify): New subroutine. + (do_subs_2): Use it. + (do_subs): Fix substitution pattern for " ./". + 2005-11-03 Tom Yu * mkrel: Delete .svn directories to avoid pathname length bloat. -- cgit