summaryrefslogtreecommitdiff
path: root/makedepend.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-05-15 12:33:05 +0200
committerNicholas Clark <nick@ccl4.org>2013-05-20 21:50:45 +0200
commitd730c2986a70e4fa953cb2f352b7b5ebf41ea580 (patch)
tree11f0bf81941e5e1c58aa0ed39af74e2b4429fad8 /makedepend.SH
parent9e7945ee50c30a17a84968fb0c7e5c38223af6f9 (diff)
downloadperl-d730c2986a70e4fa953cb2f352b7b5ebf41ea580.tar.gz
Remove vestigial *.SH code which can link the extracted file into ../
4 of the *.SH files have code which links the extracted file into the parent directory if the current directory ends SH. This code dates from Perl 1. It seems that the intent was that the *.SH files could live in a SH/ directory, but that feature was neither used or mentioned in the documentation in Perl 1, and hasn't been used since.
Diffstat (limited to 'makedepend.SH')
-rwxr-xr-xmakedepend.SH6
1 files changed, 0 insertions, 6 deletions
diff --git a/makedepend.SH b/makedepend.SH
index 5669b8de1b..0c3cf188ef 100755
--- a/makedepend.SH
+++ b/makedepend.SH
@@ -279,9 +279,3 @@ rmdir .depending
!NO!SUBS!
$eunicefix makedepend
chmod +x makedepend
-case `pwd` in
-*SH)
- $rm -f ../makedepend
- ln makedepend ../makedepend
- ;;
-esac