summaryrefslogtreecommitdiff
path: root/Cross/Makefile
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-09-06 19:56:53 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-09-06 19:56:53 +0000
commit136febd582f8c09e243429ab77e54be8b75a494c (patch)
tree4354f083a59aa4251d63c757aa7be8f40d86a74d /Cross/Makefile
parent10af26ed7d2d22f70c94a019ecda11475f1745de (diff)
downloadperl-136febd582f8c09e243429ab77e54be8b75a494c.tar.gz
Updated Sharp Zaurus cross-compilation from Redvers Davies.
p4raw-id: //depot/perl@21057
Diffstat (limited to 'Cross/Makefile')
-rw-r--r--Cross/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cross/Makefile b/Cross/Makefile
index 4bb4c067eb..4e93f98644 100644
--- a/Cross/Makefile
+++ b/Cross/Makefile
@@ -1,6 +1,6 @@
## Toplevel Makefile for cross-compilation of perl
#
-## $Id: Makefile,v 1.3 2003/05/27 21:23:19 red Exp red $
+## $Id: Makefile,v 1.4 2003/09/05 00:48:19 red Exp red $
export TOPDIR?=${shell pwd}
include $(TOPDIR)/config
@@ -50,7 +50,6 @@ perl:
@echo Optimizations: $(FULL_OPTIMIZATION)
$(TOPDIR)/generate_config_sh config.sh-$(SYS) > $(TOPDIR)/../config.sh
- $(TOPDIR)/generate_config_sh config.sh-$(SYS) > $(TOPDIR)/../config.sh-arse
cd $(TOPDIR)/.. ; ./Configure -S ; make depend ; make ; make more
cd $(TOPDIR)/.. ; mkdir -p fake_config_library ; cp lib/Config.pm fake_config_library
cd $(TOPDIR)/.. ; $(MAKE) more2 "PERLRUN=/usr/bin/perl -I$(TOPDIR)/../fake_config_library -MConfig"