diff options
-rw-r--r-- | utils/Makefile.SH | 2 | ||||
-rwxr-xr-x | x2p/Makefile.SH | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/utils/Makefile.SH b/utils/Makefile.SH index d9b4ebeb74..ee80b75756 100644 --- a/utils/Makefile.SH +++ b/utils/Makefile.SH @@ -71,6 +71,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 diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index 127d6f922f..800f583db3 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -185,9 +185,9 @@ shlist: $(plextract): $(RUN) $(PERL) -I../lib $@.PL -find2perl: find2perl.PL +find2perl: find2perl.PL ../config.sh -s2p: s2p.PL +s2p: s2p.PL ../config.sh malloc.c: ../malloc.c rm -f malloc.c |