This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Clarify docs for some is_utf8_foo functions
[perl5.git] / makedepend.SH
index 9870c3f..e4efae5 100755 (executable)
@@ -162,11 +162,11 @@ for file in `$cat .clist`; do
     ( $echo "#line 2 \"$file\"";                               \
       $sed -n <$file                                           \
        -e "/^${filebase}_init(/q"                             \
-        -e ': testcont'                                        \
+        -e ': tstcont'                                         \
        -e '/^[         ]*#/s|[         ]*/\*..*\*/[    ]*| |' \
         -e '/\\$/{'                                            \
             -e 'N'                                             \
-            -e 'b testcont'                                    \
+            -e 'b tstcont'                                     \
         -e '}'                                                 \
        -e 's/\\\n//g'                                         \
        -e '/^#line/d'                                         \
@@ -231,8 +231,9 @@ if $test -s .deptmp; then
         $sed 's|\.incl\.c|.h|' .deptmp >.deptmp.vos
         mv -f .deptmp.vos .deptmp
     fi
-    $sed 's|^\(.*\$(OBJ_EXT):\) *\(.*/.*\.c\) *$|\1 \2; '"$defrule \2|" .deptmp \
-       >>$mf.new
+    $sed -e 's|^\(.*\$(OBJ_EXT):\) *\(.*/.*\.c\) *$|\1 \2; '"$defrule \2|" \
+       -e 'h; s/mini\(perlmain\)/\1/p; g' \
+       .deptmp >>$mf.new
 else
     $MAKE hlist || ($echo "Searching for .h files..."; \
        $echo *.h | $tr ' ' $trnl | $egrep -v '\*' >.hlist)