summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-02-26 09:16:39 +0100
committerNicholas Clark <nick@ccl4.org>2009-02-26 09:37:37 +0100
commit3aa396043e0ba4a20f755d9c4fb3c08204dbae18 (patch)
tree5eceb041e1499f8cae2451b076424c84a3956674 /Makefile.SH
parent20caf59dc5a2137cdf1de6dae458da063417a8d2 (diff)
downloadperl-3aa396043e0ba4a20f755d9c4fb3c08204dbae18.tar.gz
Remove needless sed line added with 4318d5a0158916acc059aa8e6af84037cb7296b9.
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 97ffe67379..240bfa930b 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -205,7 +205,6 @@ done
nonxs_list=' '
for f in $nonxs_ext; do
- base=`echo "$f" | sed 's/.*\///'`
nonxs_list="$nonxs_list ext/$f/pm_to_blib"
done