diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-05-19 09:21:56 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-05-19 09:21:56 +0100 |
commit | 1d968d649095b6d86f9a32b6271b28fdc76bd2ad (patch) | |
tree | 83b2ab953aace54fbb4a2896ca7d14868bcdfaf6 /utils | |
parent | ff8b4a37b8ca0e9a0173fe95013ab4f3501c306b (diff) | |
download | perl-1d968d649095b6d86f9a32b6271b28fdc76bd2ad.tar.gz |
bdec6fb9 changed utils/Makefile.SH - this needs replicating in utils/Makefile
(There's a less than idea situation with a somewhat complex history of trying
to resolve it, where utils/Makefile is in the repository for the use of
platforms unable to run utils/Makefile.SH)
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile index e35efbe4e2..86192a3807 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -33,6 +33,8 @@ h2xs: h2xs.PL ../config.sh instmodsh: instmodsh.PL ../config.sh +json_pp: json_pp.PL ../config.sh + perlbug: perlbug.PL ../config.sh ../patchlevel.h perldoc: perldoc.PL ../config.sh |