diff options
Diffstat (limited to 'x2p')
-rwxr-xr-x | x2p/Makefile.SH | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index 5c20f14061..30d9dd1b8a 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -176,6 +176,10 @@ shlist: $(plextract): ../miniperl -I../lib $@.PL +find2perl: find2perl.PL + +s2p: s2p.PL + malloc.c: ../malloc.c rm -f malloc.c sed <../malloc.c >malloc.c \ |