summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2005-10-27 07:02:06 +0000
committerKen Raeburn <raeburn@mit.edu>2005-10-27 07:02:06 +0000
commitfb8319e852939509e8a321d2ceb030b2783b8f01 (patch)
treea774b14bc3dc13135a13a1f92b05bc1200111374 /src
parentaa3f28a712c56ea619f977f497a61ede2e5ba411 (diff)
downloadkrb5-fb8319e852939509e8a321d2ceb030b2783b8f01.tar.gz
krb5-fb8319e852939509e8a321d2ceb030b2783b8f01.tar.xz
krb5-fb8319e852939509e8a321d2ceb030b2783b8f01.zip
Rename depfix2.pl to depfix.pl
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17459 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/config/ChangeLog3
-rw-r--r--src/config/post.in4
-rw-r--r--src/util/ChangeLog3
-rw-r--r--src/util/depfix.pl (renamed from src/util/depfix2.pl)0
4 files changed, 6 insertions, 4 deletions
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 <raeburn@mit.edu>
- * 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 <raeburn@mit.edu>
- * 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 <tlyu@mit.edu>
diff --git a/src/util/depfix2.pl b/src/util/depfix.pl
index b17bf9fc2..b17bf9fc2 100644
--- a/src/util/depfix2.pl
+++ b/src/util/depfix.pl