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 /x2p | |
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 'x2p')
-rwxr-xr-x | x2p/Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index 3f045e388c..fe4fb1eb0a 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -102,7 +102,7 @@ all: $(public) $(private) $(util) @echo " " compile: all - $(REALPERL) -I../lib ../utils/perlcc -regex 's/$$/.exe/' $(plextract) -prog -verbose dcf -log ../compilelog; + $(REALPERL) -I../lib ../utils/perlcc -I .. -L .. $(plextract) -v -log ../compilelog; a2p: $(obj) a2p$(OBJ_EXT) $(CC) -o a2p $(LDFLAGS) $(obj) a2p$(OBJ_EXT) $(libs) |