diff options
author | Abigail <abigail@abigail.be> | 2016-11-24 13:22:10 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2017-01-16 19:18:14 +0100 |
commit | 2560602ccfb78a9b4743012af45eeb2e7b74e47e (patch) | |
tree | f069499afd68bda2da8fc3106f485c2d1bf0b4d4 /Cross | |
parent | 856f8944b1d313e9baaa81430ebd961e986904d3 (diff) | |
download | perl-2560602ccfb78a9b4743012af45eeb2e7b74e47e.tar.gz |
Remove utils/c2ph and utils/pstruct
These programs are the same, just behave differently depending on
under which name you call it.
This is a very old script, originally dating from the perl3 era.
It has been deprecated in favour of h2xs for a long time.
In Perl 5.26, these utilities will no longer be available.
Diffstat (limited to 'Cross')
-rw-r--r-- | Cross/Makefile-cross-SH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH index 31e4aaf9ec..90f9f6f72b 100644 --- a/Cross/Makefile-cross-SH +++ b/Cross/Makefile-cross-SH @@ -327,7 +327,7 @@ private = preplibrary $(CONFIGPM) $(CROSS_LIB)/Config.pod lib/buildcustomize.pl shextract = Makefile cflags config.h makedepend \ makedir myconfig writemain pod/Makefile -addedbyconf = UU $(shextract) lib/lib.pm pstruct +addedbyconf = UU $(shextract) lib/lib.pm # Unicode data files generated by mktables unidatafiles = lib/unicore/Decomposition.pl lib/unicore/TestProp.pl \ @@ -997,7 +997,7 @@ _cleaner2: rm -rf $(unidatafiles) $(unidatadirs) rm -rf lib/auto rm -f lib/.exists lib/*/.exists lib/*/*/.exists - rm -f h2ph.man pstruct + rm -f h2ph.man rm -rf .config rm -f preload rm -rf lib/Encode lib/Compress lib/Hash lib/re |