summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-05-15 21:17:31 +0200
committerNicholas Clark <nick@ccl4.org>2013-05-20 21:50:45 +0200
commit655e5c9e391de4eef96d3ad88908a53cddbf53e3 (patch)
treec1c7f3d347cfc03705da83457f20b37f848919cd /Makefile.SH
parent9719c95bf27185afc59c14150d4f052f92217540 (diff)
downloadperl-655e5c9e391de4eef96d3ad88908a53cddbf53e3.tar.gz
Remove the now unused 'shlist' Makefile targets.
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 5c9904766a..820134f9c3 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1591,7 +1591,7 @@ noknack: utilities
nokfilenack: utilities
$(RUN_PERL) -Ilib utils/perlbug -nok -s '(UNINSTALLED)' -F perl.nok -A
-.PHONY: clist hlist shlist
+.PHONY: clist hlist
clist: $(c)
echo $(c) | tr ' ' $(TRNL) >.clist
@@ -1599,9 +1599,6 @@ clist: $(c)
hlist: $(h)
echo $(h) | tr ' ' $(TRNL) >.hlist
-shlist: $(sh)
- echo $(sh) | tr ' ' $(TRNL) >.shlist
-
.PHONY: distcheck
distcheck: FORCE
perl '-MExtUtils::Manifest=&fullcheck' -e 'fullcheck()'