From fb8319e852939509e8a321d2ceb030b2783b8f01 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 27 Oct 2005 07:02:06 +0000 Subject: [PATCH] Rename depfix2.pl to depfix.pl git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17459 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/ChangeLog | 3 ++- src/config/post.in | 4 ++-- src/util/ChangeLog | 3 ++- src/util/{depfix2.pl => depfix.pl} | 0 4 files changed, 6 insertions(+), 4 deletions(-) rename src/util/{depfix2.pl => depfix.pl} (100%) diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 1faba7cdb..43609e070 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,6 +1,7 @@ 2005-10-27 Ken Raeburn - * post.in (.depend): Don't run sed, just use perl. + * post.in (.depend): Don't run sed, just use perl. Use new name + of perl script. * shlib.conf: Set DYNOBJ_EXPDEPS and DYNOBJ_EXPFLAGS. (*-*-darwin*): Change MAKE_DYNOBJ_COMMAND definition to use diff --git a/src/config/post.in b/src/config/post.in index 76cf59910..1811a8d23 100644 --- a/src/config/post.in +++ b/src/config/post.in @@ -82,9 +82,9 @@ 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/depfix2.pl +.depend: .d $(SRCTOP)/util/depfix.sed $(SRCTOP)/util/depfix.pl x=`$(CC) -print-libgcc-file-name` ; \ - perl $(SRCTOP)/util/depfix2.pl \ + perl $(SRCTOP)/util/depfix.pl \ '$(SRCTOP)' '$(myfulldir)' '$(srcdir)' '$(BUILDTOP)' "$$x" '$(STLIBOBJS)' \ < .d > .depend diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 3f1f287d3..0ed9ca291 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,6 +1,7 @@ 2005-10-27 Ken Raeburn - * depfix2.pl: Incorporate all substitutions from depfix.sed. + * depfix.pl: Rename from depfix2.pl, and incorporate all + substitutions from depfix.sed. * depfix.sed: Deleted. 2005-10-25 Tom Yu diff --git a/src/util/depfix2.pl b/src/util/depfix.pl similarity index 100% rename from src/util/depfix2.pl rename to src/util/depfix.pl -- 2.26.2