summaryrefslogtreecommitdiff
path: root/makedepend.SH
diff options
context:
space:
mode:
authorAlexander Klimov <ask@wisdom.weizmann.ac.il>2001-11-08 12:00:29 +0200
committerAbhijit Menon-Sen <ams@wiw.org>2001-11-08 08:32:20 +0000
commit7a0953c33c6a03e3442e7f9f77482a68ffac0bba (patch)
tree00eec990fbfb549d07da6a7c76bb2ddcf0dfdec5 /makedepend.SH
parentf6b3c421ec714744486f68cd1e3775fee60ba4e7 (diff)
downloadperl-7a0953c33c6a03e3442e7f9f77482a68ffac0bba.tar.gz
[ID 20011108.092] makedepend bug with new gcc
Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il> p4raw-id: //depot/perl@12894
Diffstat (limited to 'makedepend.SH')
-rwxr-xr-xmakedepend.SH2
1 files changed, 2 insertions, 0 deletions
diff --git a/makedepend.SH b/makedepend.SH
index 4ab1ec3809..035581023c 100755
--- a/makedepend.SH
+++ b/makedepend.SH
@@ -159,6 +159,8 @@ for file in `$cat .clist`; do
$sed \
-e '1d' \
-e '/^#.*<stdin>/d' \
+ -e '/^#.*<builtin>/d' \
+ -e '/^#.*<command line>/d' \
-e '/^#.*"-"/d' \
-e '/: file path prefix .* never used$/d' \
-e 's#\.[0-9][0-9]*\.c#'"$file.c#" \