summaryrefslogtreecommitdiff
path: root/Cross
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 /Cross
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 'Cross')
-rw-r--r--Cross/Makefile-cross-SH6
1 files changed, 0 insertions, 6 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH
index e5a14b490d..f14bc814d5 100644
--- a/Cross/Makefile-cross-SH
+++ b/Cross/Makefile-cross-SH
@@ -1281,12 +1281,6 @@ ctags:
!NO!SUBS!
$eunicefix $Makefile
-case `pwd` in
-*SH)
- $rm -f ../$Makefile
- $ln $Makefile ../$Makefile
- ;;
-esac
$rm -f $firstmakefile
# Now do any special processing required before building.