This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Ensure Win32 [nd]make builds the 'static' target when ALL_STATIC=define
authorSteve Hay <steve.m.hay@googlemail.com>
Thu, 6 Jun 2013 22:05:05 +0000 (23:05 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 6 Jun 2013 22:05:05 +0000 (23:05 +0100)
win32/Makefile
win32/makefile.mk

index 4f8898a..8f72181 100644 (file)
@@ -553,7 +553,7 @@ CONFIGPM    = ..\lib\Config.pm ..\lib\Config_heavy.pl
 MINIMOD                = ..\lib\ExtUtils\Miniperl.pm
 X2P            = ..\x2p\a2p.exe
 GENUUDMAP      = ..\generate_uudmap.exe
-!IF "$(BUILD_STATIC)" == "define"
+!IF "$(BUILD_STATIC)" == "define" || "$(ALL_STATIC)" == "define"
 PERLSTATIC     = static
 !ELSE
 PERLSTATIC     = 
index edaf6cc..001c3ad 100644 (file)
@@ -646,7 +646,7 @@ CONFIGPM    = ..\lib\Config.pm ..\lib\Config_heavy.pl
 MINIMOD                = ..\lib\ExtUtils\Miniperl.pm
 X2P            = ..\x2p\a2p.exe
 GENUUDMAP      = ..\generate_uudmap.exe
-.IF "$(BUILD_STATIC)" == "define"
+.IF "$(BUILD_STATIC)" == "define" || "$(ALL_STATIC)" == "define"
 PERLSTATIC     = static
 .ELSE
 PERLSTATIC     =