--- makedepend.SH.orig 2008-12-19 05:14:06.000000000 -0400 +++ makedepend.SH 2009-07-29 15:27:35.000000000 -0400 @@ -211,7 +211,7 @@ $echo "# If this runs make out of memory, delete /usr/include lines." \ >> $mf.new if [ "$osname" = vos ]; then - $sed 's|.incl.c|.h|' .deptmp >.deptmp.vos + $sed 's|\.incl\.c|.h|' .deptmp >.deptmp.vos mv -f .deptmp.vos .deptmp fi $sed 's|^\(.*\$(OBJ_EXT):\) *\(.*/.*\.c\) *$|\1 \2; '"$defrule \2|" .deptmp \Thread Next