diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2002-05-07 21:41:03 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-07 19:17:41 +0000 |
commit | d41056c8d45e7b60b0b734a4c43f01f0580900ad (patch) | |
tree | dd3693a792857f38edd5d4e83380f44b2a8d60e3 /makedepend.SH | |
parent | d6f02b5128336c6c43f6126d745d6b0eb9cbf399 (diff) | |
download | perl-d41056c8d45e7b60b0b734a4c43f01f0580900ad.tar.gz |
[ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@16449
Diffstat (limited to 'makedepend.SH')
-rwxr-xr-x | makedepend.SH | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makedepend.SH b/makedepend.SH index 0806021da8..daebe1ab75 100755 --- a/makedepend.SH +++ b/makedepend.SH @@ -148,6 +148,7 @@ for file in `$cat .clist`; do -e '1d' \ -e '/^#.*<stdin>/d' \ -e '/^#.*<builtin>/d' \ + -e '/^#.*<built-in>/d' \ -e '/^#.*<command line>/d' \ -e '/^#.*"-"/d' \ -e '/: file path prefix .* never used$/d' \ |