Cross-compilation makefile fails to copy Config_heavy.pl
Rafael Garcia-Suarez [Wed, 2 Aug 2006 13:11:25 +0000 (13:11 +0000)]
(noticed by Alexandre Jousset <mid@gtmp.org>)

p4raw-id: //depot/perl@28652

Cross/Makefile

index da9ce10..b6d6b1d 100644 (file)
@@ -53,7 +53,7 @@ perl:
 
        $(TOPDIR)/generate_config_sh config.sh-$(SYS) > $(TOPDIR)/../config.sh
        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)/.. ; mkdir -p fake_config_library ; cp lib/Config.pm lib/Config_heavy.pl fake_config_library
        cd $(TOPDIR)/.. ; $(MAKE) more2 "PERLRUN=/usr/bin/perl -I$(TOPDIR)/../fake_config_library -MConfig"
        cd $(TOPDIR)/.. ; $(MAKE) more3 "PERLRUN=/usr/bin/perl -I$(TOPDIR)/../fake_config_library -MConfig"
        cd $(TOPDIR)/.. ; $(MAKE) more4 "PERLRUN=/usr/bin/perl -I$(TOPDIR)/../fake_config_library -MConfig"