diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-02-18 08:54:33 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-02-18 08:54:33 +0000 |
commit | 1b641bfc0adaa36fd81d349c214379b379436eec (patch) | |
tree | e8de303b59c04519fd3f2c5f1732084b7e79b2b3 /x2p | |
parent | 99f36a739b86a289062066efb312754683ab485a (diff) | |
download | perl-1b641bfc0adaa36fd81d349c214379b379436eec.tar.gz |
Missing dependencies in x2p makefile, by Slaven Rezic.
p4raw-id: //depot/perl@23978
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 \ |