summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Brocard <acme@astray.com>2009-01-11 11:26:24 +0000
committerLeon Brocard <acme@astray.com>2009-01-11 11:26:24 +0000
commit2bce2321552345ccb985b6a4b87542c3eaefbac5 (patch)
tree012c2be2ea75a278097a4b0804cd1bcce28f02a8
parenta9ff62c8d0c49e41f7004ca91d58fb8046a9b57b (diff)
downloadperl-maint-5.6.tar.gz
Allow recent gccs (4.2.0 20060715 onwards) to build perl.maint-5.6
It switched from '<command line>' to '<command-line>'. From Perforce change 28615 (Git cf14425e2bd169ce935f76d359f3253b51e441a0) Fixes: No rule to make target `<command-line>', needed by `miniperlmain.o'. Stop.
-rwxr-xr-xmakedepend.SH1
1 files changed, 1 insertions, 0 deletions
diff --git a/makedepend.SH b/makedepend.SH
index 01b026ca09..d70a245bb2 100755
--- a/makedepend.SH
+++ b/makedepend.SH
@@ -163,6 +163,7 @@ for file in `$cat .clist`; do
-e '/^#.*<builtin>/d' \
-e '/^#.*<built-in>/d' \
-e '/^#.*<command line>/d' \
+ -e '/^#.*<command-line>/d' \
-e '/^#.*"-"/d' \
-e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
-e 's/^[ ]*#[ ]*line/#/' \