summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2005-10-27 06:59:22 +0000
committerKen Raeburn <raeburn@mit.edu>2005-10-27 06:59:22 +0000
commitaa3f28a712c56ea619f977f497a61ede2e5ba411 (patch)
treefae897547c36955fe17366d4c5ebec5bcf01a174 /src/config
parent52be5132b780fc0e8affa26cd97fc16fb868fed3 (diff)
downloadkrb5-aa3f28a712c56ea619f977f497a61ede2e5ba411.tar.gz
krb5-aa3f28a712c56ea619f977f497a61ede2e5ba411.tar.xz
krb5-aa3f28a712c56ea619f977f497a61ede2e5ba411.zip
Roll all the "make depend" transformations into one perl script
* util/depfix2.pl: Incorporate all substitutions from depfix.sed. * util/depfix.sed: Deleted. * config/post.in (.depend): Don't run sed, just use perl. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17458 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config')
-rw-r--r--src/config/ChangeLog2
-rw-r--r--src/config/post.in3
2 files changed, 3 insertions, 2 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog
index c30b6896d3..1faba7cdb5 100644
--- a/src/config/ChangeLog
+++ b/src/config/ChangeLog
@@ -1,5 +1,7 @@
2005-10-27 Ken Raeburn <raeburn@mit.edu>
+ * post.in (.depend): Don't run sed, just use perl.
+
* shlib.conf: Set DYNOBJ_EXPDEPS and DYNOBJ_EXPFLAGS.
(*-*-darwin*): Change MAKE_DYNOBJ_COMMAND definition to use
DYNOBJ_EXPFLAGS and DYNOBJ_LOADER_PROG instead of SHLIB_EXPFLAGS
diff --git a/src/config/post.in b/src/config/post.in
index 457449b18e..76cf59910a 100644
--- a/src/config/post.in
+++ b/src/config/post.in
@@ -86,8 +86,7 @@ depend-dependencies:
x=`$(CC) -print-libgcc-file-name` ; \
perl $(SRCTOP)/util/depfix2.pl \
'$(SRCTOP)' '$(myfulldir)' '$(srcdir)' '$(BUILDTOP)' "$$x" '$(STLIBOBJS)' \
- < .d | sed -f $(SRCTOP)/util/depfix.sed | \
- sed -e '/^$$/d' > .depend
+ < .d > .depend
depend-update-makefile: .depend depend-recurse
if test -n "$(SRCS)" ; then \