From f5eac2152adebf3de703707e233f00e2cd249b47 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sun, 1 Jul 2001 15:20:38 +0000 Subject: 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 --- x2p/Makefile.SH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x2p') 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) -- cgit v1.2.1