In perl.git, the branch blead has been updated
<http://perl5.git.perl.org/perl.git/commitdiff/ef314d296a4a0765d59203c399398dbd0a97fcc5?hp=f9a83b002447a32d10950dbf65a6f1c4e13eadcc>
- Log -----------------------------------------------------------------
commit ef314d296a4a0765d59203c399398dbd0a97fcc5
Author: Green, Paul <Paul.Green@stratus.com>
Date: Wed Jul 29 22:05:18 2009 +0100
Escape the periods in some Stratus VOS-specific code in makedepend.SH
-----------------------------------------------------------------------
Summary of changes:
makedepend.SH | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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 \
--
Perl5 Master Repository