From 6b10a5f7cb8ae8260edf17103d0fccaa79086d1f Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Wed, 27 Nov 2002 16:55:06 +0000 Subject: [PATCH] * depfix.sed: Remove tcl-specific headers from dependencies. Delete now obsolete comment about gcc-specific directories. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15017 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/ChangeLog | 5 +++++ src/util/depfix.sed | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 659661dc3..731a4e49d 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,3 +1,8 @@ +2002-11-27 Tom Yu + + * depfix.sed: Remove tcl-specific headers from dependencies. + Delete now obsolete comment about gcc-specific directories. + 2002-11-13 Ezra Peisach * reconf: For pre autoconf 2.54 - invoke autoreconf with -l for diff --git a/src/util/depfix.sed b/src/util/depfix.sed index 3c5c0815b..58da2cec0 100644 --- a/src/util/depfix.sed +++ b/src/util/depfix.sed @@ -27,9 +27,12 @@ s/ */ /g # change foo.o -> $(OUTPRE)foo.$(OBJEXT) s;^\([a-zA-Z0-9_\-]*\).o:;$(OUTPRE)\1.$(OBJEXT):; +# delete tcl-specific headers +s;/[^ ]*/tcl\.h ;;g +s;/[^ ]*/tclDecls\.h ;;g +s;/[^ ]*/tclPlatDecls\.h ;;g + # delete system-specific or compiler-specific files from list -# (the last two are pathnames used at MIT -- if you have a local -# gcc installation in some odd place, you may need to customize this) s;/usr/include/[^ ]* ;;g s;/usr/lib/[^ ]* ;;g -- 2.26.2