Sync win32/Makefile with win32/makefile.mk
authorJan Dubois <jand@activestate.com>
Thu, 25 Nov 2010 22:26:21 +0000 (14:26 -0800)
committerJan Dubois <jand@activestate.com>
Thu, 25 Nov 2010 22:26:21 +0000 (14:26 -0800)
win32/Makefile

index 4e1910e..2989871 100644 (file)
@@ -869,7 +869,7 @@ config.w32 : $(CFGSH_TMPL)
 # make sure that we recompile perl.c if the git version changes
 ..\perl$(o) : ..\git_version.h
 
-..\config.sh : config.w32 $(MINIPERL) config_sh.PL
+..\config.sh : config.w32 $(MINIPERL) config_sh.PL FindExt.pm
        $(MINIPERL) -I..\lib config_sh.PL $(CFG_VARS) config.w32 > ..\config.sh
 
 # this target is for when changes to the main config.sh happen.