summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Clamp <richard@unixbeard.net>2007-12-18 09:24:23 +0000
committerRichard Clamp <richard@unixbeard.net>2007-12-18 09:24:23 +0000
commit6dfdb968dad75cf9f108aef8be80a22e38300436 (patch)
treefaf66b71aa4eea92ef0bf1a940074544689b11da
parentdcae4bbf27a2e271f8eb0a68b23ae66ffa8a9e2f (diff)
downloadperl-6dfdb968dad75cf9f108aef8be80a22e38300436.tar.gz
gcc-4.4 calls it <command-line>
git-svn-id: https://svn.unixbeard.net/richardc/perl/perl-1@4911 c56e198b-7db7-0310-b3ab-8e406f684e33
-rw-r--r--makedepend.SH1
1 files changed, 1 insertions, 0 deletions
diff --git a/makedepend.SH b/makedepend.SH
index 59f37c6177..dd9e3da94b 100644
--- a/makedepend.SH
+++ b/makedepend.SH
@@ -92,6 +92,7 @@ for file in `$cat .clist`; do
-e '/^#.*<builtin>/d' \
-e '/^#.*<built-in>/d' \
-e '/^#.*<command line>/d' \
+ -e '/^#.*<command-line>/d' \
-e '/^# *[0-9]/!d' \
-e 's/^.*"\(.*\)".*$/'$filebase'.o: \1/' \
-e 's|: \./|: |' \