diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-01-25 16:42:51 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-01-25 16:42:51 +0000 |
commit | 04bf47ee1346c4a8ad7a3e9a101be293211fd590 (patch) | |
tree | bafd450fe9921aeeb9bc88c964ba1879e8e57f7b /win32 | |
parent | fcd65f8d4322911242887c00dd8c419b973735a6 (diff) | |
download | perl-04bf47ee1346c4a8ad7a3e9a101be293211fd590.tar.gz |
Unbreak Makefile too (replicate fcd65f8d4322911242887c00dd8c419b973735a6)
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile index dfe71e1dea..50f416713a 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -877,7 +877,7 @@ config.w32 : $(CFGSH_TMPL) -del /f config.h copy $(CFGH_TMPL) config.h -..\git_version.h : $(MINIPERL) make_patchnum.pl +..\git_version.h : $(MINIPERL) ..\make_patchnum.pl cd .. miniperl -Ilib make_patchnum.pl cd win32 |