Also remove pathnames of the form /mit/cygnus.... from the generated
authorTheodore Tso <tytso@mit.edu>
Fri, 21 Apr 1995 01:20:18 +0000 (01:20 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 21 Apr 1995 01:20:18 +0000 (01:20 +0000)
list of dependencies.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5420 dc483132-0cff-0310-8789-dd5450dbe970

src/util/ChangeLog
src/util/depfix.sed

index e2f95bb447dfa3b0e924703fe5c8549cc4cd43de..f8ef0130816779d5c88d991d9a9dbf1fc9ba16c7 100644 (file)
@@ -1,3 +1,8 @@
+Thu Apr 20 21:19:36 1995  Theodore Y. Ts'o  (tytso@dcl)
+
+       * depfix.sed: Also remove pathnames of the form /mit/cygnus....
+               from the generated list of dependencies.
+
 Sat Apr 15 06:40:28 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
 
        * configure.in: Add profile directory
index 8813d022e075ea6ea960797cfeb9f2f17daea037..262b4abbd10100f3cbba58a361018e3f82193364 100644 (file)
@@ -24,6 +24,7 @@ s/  */ /g
 
 s;/usr/include/[^ ]* ;;g
 s;/usr/lib/[^ ]* ;;g
+s;/mit/cygnus[^ ]* ;;g
 
 #
 # Now insert a trailing newline...