summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.ohio-state.edu>1996-10-09 22:32:22 -0400
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1996-10-09 22:32:22 -0400
commit1c77a109f50f4e3f9b07bd92b6e11fed5f6dbc62 (patch)
tree8ce2641838d5e6a16d85adac07e70a266effb30d
parent9a24ba61e226d77ee8120b2e7803c4f080489abd (diff)
downloadperl-1c77a109f50f4e3f9b07bd92b6e11fed5f6dbc62.tar.gz
perl 5.003_07: makedepend.SH
Date: Wed, 9 Oct 1996 22:32:22 -0400 (EDT) From: Ilya Zakharevich <ilya@math.ohio-state.edu> weed out perl_exp.SH, config_h.SH (They have these funny names to avoid names like perl.exp.SH with more than two '.' Such names are illegal on some systems.)
-rwxr-xr-xmakedepend.SH4
1 files changed, 4 insertions, 0 deletions
diff --git a/makedepend.SH b/makedepend.SH
index 09672538d2..89f650d26d 100755
--- a/makedepend.SH
+++ b/makedepend.SH
@@ -133,6 +133,10 @@ mv .shlist .shlist.old
$egrep -v '^makedepend\.SH' <.shlist.old >.shlist
mv .shlist .shlist.old
$egrep -v '^Makefile\.SH' <.shlist.old >.shlist
+mv .shlist .shlist.old
+$egrep -v '^perl_exp\.SH' <.shlist.old >.shlist
+mv .shlist .shlist.old
+$egrep -v '^config_h\.SH' <.shlist.old >.shlist
rm .shlist.old
if $test -s .deptmp; then