summaryrefslogtreecommitdiff
path: root/win32/Makefile
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2018-02-27 10:50:35 +1100
committerTony Cook <tony@develop-help.com>2018-02-27 10:50:58 +1100
commitb58c2b0d98b34cdb1e784267c831fc2feedfe199 (patch)
tree044c9ca28c54d35b15089f5db6be213130ce3c30 /win32/Makefile
parent9fa1876f8c85a45e62dadb781de3c3a20361cd6f (diff)
downloadperl-b58c2b0d98b34cdb1e784267c831fc2feedfe199.tar.gz
(perl #127743) don't probe Storable limits so much (Win32 makefiles)
Win32 port of the changes in 8175eebc32
Diffstat (limited to 'win32/Makefile')
-rw-r--r--win32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 3889ff9ec5..108022990b 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -1228,7 +1228,7 @@ Extensions_realclean:
PostExt: ..\lib\Storable\Limit.pm
..\lib\Storable\Limit.pm: $(PERLEXE) Extensions
- $(PERLEXE) -I..\lib -I. ..\dist\Storable\stacksize --core
+ cd ..\dist\Storable && $(MAKE) lib\Storable\Limit.pm
if not exist ..\lib\Storable mkdir ..\lib\Storable
copy ..\dist\Storable\lib\Storable\Limit.pm ..\lib\Storable\Limit.pm