diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-01 15:20:38 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-01 15:20:38 +0000 |
commit | f5eac2152adebf3de703707e233f00e2cd249b47 (patch) | |
tree | 0048932237765a6c63f17c9b2b9014404429b3fc /pod/Makefile.SH | |
parent | e993d95c6e24a91b7f3eb45e4b27ff04efa2e0f6 (diff) | |
download | perl-f5eac2152adebf3de703707e233f00e2cd249b47.tar.gz |
Make 'compile' target a little less broken.
Still very broken, though: -Wall warnings from
the generated code, boot_Foo prototypes missing,
can't autoload Fcntl::SEEK_CUR et alia, ...
p4raw-id: //depot/perl@11061
Diffstat (limited to 'pod/Makefile.SH')
-rw-r--r-- | pod/Makefile.SH | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/Makefile.SH b/pod/Makefile.SH index 684822540b..a481ca6de6 100644 --- a/pod/Makefile.SH +++ b/pod/Makefile.SH @@ -163,9 +163,9 @@ perlmodlib.pod: $(PERL) perlmodlib.PL ../mv-if-diff ../MANIFEST sh ../mv-if-diff perlmodlib.tmp perlmodlib.pod compile: all - $(REALPERL) -I../lib ../utils/perlcc -o pod2latex.exe pod2latex -log ../compilelog - $(REALPERL) -I../lib ../utils/perlcc -o pod2man.exe pod2man -log ../compilelog - $(REALPERL) -I../lib ../utils/perlcc -o pod2text.exe pod2text -log ../compilelog - $(REALPERL) -I../lib ../utils/perlcc -o checkpods.exe checkpods -log ../compilelog + $(REALPERL) -I../lib ../utils/perlcc -I .. -L .. -o pod2latex.exe pod2latex -log ../compilelog + $(REALPERL) -I../lib ../utils/perlcc -I .. -L .. -o pod2man.exe pod2man -log ../compilelog + $(REALPERL) -I../lib ../utils/perlcc -I .. -L .. -o pod2text.exe pod2text -log ../compilelog + $(REALPERL) -I../lib ../utils/perlcc -I .. -L .. -o checkpods.exe checkpods -log ../compilelog !NO!SUBS! |