diff options
| author | Tom Yu <tlyu@mit.edu> | 2002-11-27 16:55:06 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2002-11-27 16:55:06 +0000 |
| commit | 6b10a5f7cb8ae8260edf17103d0fccaa79086d1f (patch) | |
| tree | ed4972512731f9ad3fcb5be87692452ff109af9d /src/util | |
| parent | bbba77da971d370d6021a9bf48ebeea2c9c0f05c (diff) | |
* 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
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/ChangeLog | 5 | ||||
| -rw-r--r-- | 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 <tlyu@mit.edu> + + * depfix.sed: Remove tcl-specific headers from dependencies. + Delete now obsolete comment about gcc-specific directories. + 2002-11-13 Ezra Peisach <epeisach@bu.edu> * 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 |
