From: Tom Yu Date: Wed, 16 Jun 2004 20:17:00 +0000 (+0000) Subject: * depfix.sed: Delete /os/usr/include as well, to cope with an X-Git-Tag: krb5-1.4-beta1~318 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=24b7d994e9124af0d7fb2e5c8565b543ab4df313;p=krb5.git * depfix.sed: Delete /os/usr/include as well, to cope with an athena hack. (#include "/os/usr/include/sys/rwstlock.h" in sys/vnode.h) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16469 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/ChangeLog b/src/util/ChangeLog index e1a187418..09722c73f 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,3 +1,9 @@ +2004-06-16 Tom Yu + + * depfix.sed: Delete /os/usr/include as well, to cope with an + athena hack. (#include "/os/usr/include/sys/rwstlock.h" in + sys/vnode.h) + 2004-05-04 Ken Raeburn * Makefile.in (LOCAL_SUBDIRS): Build support library. diff --git a/src/util/depfix.sed b/src/util/depfix.sed index 22fa394e5..720706592 100644 --- a/src/util/depfix.sed +++ b/src/util/depfix.sed @@ -33,6 +33,7 @@ s;/[^ ]*/tclDecls\.h ;;g s;/[^ ]*/tclPlatDecls\.h ;;g # delete system-specific or compiler-specific files from list +s;/os/usr/include/[^ ]* ;;g s;/usr/include/[^ ]* ;;g s;/usr/lib/[^ ]* ;;g