summaryrefslogtreecommitdiff
path: root/x2p
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-09-06 14:04:33 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-09-06 14:04:33 +0000
commitde1254415ffeb03ba71a0802be6f212b10153304 (patch)
tree8ebd5287b407a8f18ca3ed35c80b8e55b8127493 /x2p
parentb6717e144d05264a3d0614dbad53f919e8a59efc (diff)
downloadperl-de1254415ffeb03ba71a0802be6f212b10153304.tar.gz
Remove perlcc and the byteloader
p4raw-id: //depot/perl@28790
Diffstat (limited to 'x2p')
-rwxr-xr-xx2p/Makefile.SH3
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)