This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Storable: various core fixups: $PERL,libpth,getcwd
[perl5.git] / win32 / makefile.mk
index 5b50b3f..ea22cac 100644 (file)
@@ -1551,10 +1551,8 @@ rebasePE : Extensions $(PERLDLL) Extensions_normalize $(PERLEXE) PostExt
 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
 
 #-------------------------------------------------------------------------------