Delete now obsolete comment about gcc-specific directories.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15017
dc483132-0cff-0310-8789-
dd5450dbe970
+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
# 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