summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2011-03-11 10:34:38 -0800
committerJan Dubois <jand@activestate.com>2011-03-11 10:35:50 -0800
commit84f0440554c1fed2981f0ba8a4b2785919f5d734 (patch)
tree3d006bdcab86908460cb594075ba566689e9debe /win32
parent82e24582a585cdcc94ac54b3e77a325e7aa89846 (diff)
downloadperl-84f0440554c1fed2981f0ba8a4b2785919f5d734.tar.gz
Make sure json_pp is installed on Windows
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile3
-rw-r--r--win32/makefile.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile
index ea649591b8..e9ca59fe7d 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -582,6 +582,7 @@ UTILS = \
..\utils\cpan2dist \
..\utils\shasum \
..\utils\instmodsh \
+ ..\utils\json_pp \
..\x2p\find2perl \
..\x2p\psed \
..\x2p\s2p \
@@ -1168,7 +1169,7 @@ distclean: realclean
perlvos.pod perlwin32.pod
-cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \
perldoc perlivp dprofpp libnetcfg enc2xs piconv cpan *.bat \
- xsubpp instmodsh prove ptar ptardiff ptargrep cpanp-run-perl cpanp cpan2dist shasum corelist config_data
+ xsubpp instmodsh json_pp prove ptar ptardiff ptargrep cpanp-run-perl cpanp cpan2dist shasum corelist config_data
-cd ..\x2p && del /f find2perl s2p psed *.bat
-del /f ..\config.sh perlmain.c dlutils.c config.h.new \
perlmainst.c
diff --git a/win32/makefile.mk b/win32/makefile.mk
index e7a38ed5ba..b62c27c7b8 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -768,6 +768,7 @@ UTILS = \
..\utils\cpan2dist \
..\utils\shasum \
..\utils\instmodsh \
+ ..\utils\json_pp \
..\x2p\find2perl \
..\x2p\psed \
..\x2p\s2p \
@@ -1554,7 +1555,7 @@ distclean: realclean
perlvos.pod perlwin32.pod
-cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \
perldoc perlivp dprofpp libnetcfg enc2xs piconv cpan *.bat \
- xsubpp instmodsh prove ptar ptardiff ptargrep cpanp-run-perl cpanp cpan2dist shasum corelist config_data
+ xsubpp instmodsh json_pp prove ptar ptardiff ptargrep cpanp-run-perl cpanp cpan2dist shasum corelist config_data
-cd ..\x2p && del /f find2perl s2p psed *.bat
-del /f ..\config.sh perlmain.c dlutils.c config.h.new \
perlmainst.c