diff options
author | Larry Wall <lwall@sems.com> | 1996-08-10 15:24:58 +0000 |
---|---|---|
committer | Larry Wall <lwall@sems.com> | 1996-08-10 15:24:58 +0000 |
commit | 760ac839baf413929cd31cc32ffd6dba6b781a81 (patch) | |
tree | 010ae8135426972c27b065782284341c839dc2a0 /makedepend.SH | |
parent | 43cc1d52f97c5f21f3207f045444707e7be33927 (diff) | |
download | perl-760ac839baf413929cd31cc32ffd6dba6b781a81.tar.gz |
perl 5.003_02: [no incremental changelog available]
Diffstat (limited to 'makedepend.SH')
-rwxr-xr-x | makedepend.SH | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/makedepend.SH b/makedepend.SH index 931dd82655..93ab261a81 100755 --- a/makedepend.SH +++ b/makedepend.SH @@ -124,10 +124,12 @@ $sed <$mf >$mf.new -e '1,/^# AUTOMATICALLY/!d' $MAKE shlist || ($echo "Searching for .SH files..."; \ $echo *.SH | $tr ' ' '\012' | $egrep -v '\*' >.shlist) -# Now extract the dependency on makedepend.SH -# (it should reside in the main Makefile): +# Now extract the dependencies on makedepend.SH and Makefile.SH +# (they should reside in the main Makefile): mv .shlist .shlist.old $egrep -v '^makedepend\.SH' <.shlist.old >.shlist +mv .shlist .shlist.old +$egrep -v '^Makefile\.SH' <.shlist.old >.shlist rm .shlist.old if $test -s .deptmp; then |