This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #133494) better document CCHOME for GCC builds
[perl5.git] / win32 / Makefile.ce
index 9800b2a..bd4307d 100644 (file)
@@ -5,7 +5,7 @@
 #
 
 SRCDIR     = ..
-PV         = 527
+PV         = 529
 
 # INSTALL_ROOT specifies a path where this perl will be installed on CE device
 INSTALL_ROOT=/netzwerk/sprache/perl
@@ -860,8 +860,7 @@ Extensions_clean:
 PostExt: rebuild_storable
 
 rebuild_storable: $(PERLEXE)
-       @set PERL_CORE=1
-       $(PERLEXE) -I..\lib -I. ..\dist\Storable\stacksize
+       $(PERLEXE) -I..\lib -I. ..\dist\Storable\stacksize --core
        cd ..\dist\Storable
        $(MAKE) PERL_CORE=1
        cd ..\..\win32