summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2010-11-25 14:26:21 -0800
committerJan Dubois <jand@activestate.com>2010-11-25 14:26:21 -0800
commitc788c1c2f78983cf6d561b2809d959be4999c7e7 (patch)
tree82a551ef3a31cbe9d1a727b95a08620e508d3b7c /win32
parent0b4dcbc1baee12b555171b57071e6d5f2b479818 (diff)
downloadperl-c788c1c2f78983cf6d561b2809d959be4999c7e7.tar.gz
Sync win32/Makefile with win32/makefile.mk
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 4e1910ee66..298987193d 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -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.