diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-05-15 21:17:31 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-05-20 21:50:45 +0200 |
commit | 655e5c9e391de4eef96d3ad88908a53cddbf53e3 (patch) | |
tree | c1c7f3d347cfc03705da83457f20b37f848919cd /x2p | |
parent | 9719c95bf27185afc59c14150d4f052f92217540 (diff) | |
download | perl-655e5c9e391de4eef96d3ad88908a53cddbf53e3.tar.gz |
Remove the now unused 'shlist' Makefile targets.
Diffstat (limited to 'x2p')
-rwxr-xr-x | x2p/Makefile.SH | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index 5edc9d6c33..1d4a4a5603 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -178,9 +178,6 @@ clist: hlist: echo $(h) | tr ' ' $(TRNL) >.hlist -shlist: - echo $(sh) | tr ' ' $(TRNL) >.shlist - $(plextract): $(RUN) $(PERL) -I../lib $@.PL |