From: Green, Paul Date: Wed, 29 Jul 2009 21:05:18 +0000 (+0100) Subject: Escape the periods in some Stratus VOS-specific code in makedepend.SH X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ef314d296a4a0765d59203c399398dbd0a97fcc5;p=p5sagit%2Fp5-mst-13.2.git Escape the periods in some Stratus VOS-specific code in makedepend.SH --- diff --git a/makedepend.SH b/makedepend.SH index 3630087..445ccfa 100755 --- a/makedepend.SH +++ b/makedepend.SH @@ -214,7 +214,7 @@ if $test -s .deptmp; then $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 \