This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl rebuilds because of gcc's -g flag
authorMarcus Holland-Moritz <mhx-perl@gmx.net>
Thu, 18 Jan 2007 14:27:55 +0000 (15:27 +0100)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Thu, 18 Jan 2007 14:03:21 +0000 (14:03 +0000)
Subject: [PATCH] Re: [perl #41058] make rebuilds perl everytime
Message-ID: <20070118142755.28e7f724@r2d2>

p4raw-id: //depot/perl@29871

makedepend.SH

index 8328f64..f85ce44 100755 (executable)
@@ -169,6 +169,7 @@ for file in `$cat .clist`; do
             -e '/^#.*<command line>/d' \
             -e '/^#.*<command-line>/d' \
            -e '/^#.*"-"/d' \
+           -e '/^#.*"\/.*\/"/d' \
            -e '/: file path prefix .* never used$/d' \
            -e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
            -e 's/^[     ]*#[    ]*line/#/' \