diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-09-06 14:04:33 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-09-06 14:04:33 +0000 |
commit | de1254415ffeb03ba71a0802be6f212b10153304 (patch) | |
tree | 8ebd5287b407a8f18ca3ed35c80b8e55b8127493 /x2p | |
parent | b6717e144d05264a3d0614dbad53f919e8a59efc (diff) | |
download | perl-de1254415ffeb03ba71a0802be6f212b10153304.tar.gz |
Remove perlcc and the byteloader
p4raw-id: //depot/perl@28790
Diffstat (limited to 'x2p')
-rwxr-xr-x | x2p/Makefile.SH | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index 1b48753bff..2c0b5c1078 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -103,9 +103,6 @@ lintflags = -phbvxac all: $(public) $(private) $(util) @echo " " -compile: all - $(REALPERL) -I../lib ../utils/perlcc -I .. -L .. $(plextract) -v -log ../compilelog; - a2p$(EXE_EXT): $(obj) a2p$(OBJ_EXT) $(CC) -o a2p $(LDFLAGS) $(obj) a2p$(OBJ_EXT) $(libs) |