diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-11-23 11:02:17 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2009-11-23 14:20:54 +0000 |
commit | e9ded338856500474a50b4353db321b887c61b11 (patch) | |
tree | 698e156083ac7f5ecd5b730d27ffbc2f946ae217 /win32/Makefile | |
parent | 61fc5122f0d8a509834282b8ecb3252d2e4c9f5d (diff) | |
download | perl-e9ded338856500474a50b4353db321b887c61b11.tar.gz |
Fix mktables calls in Win32 makefiles
Subject: Re: Smoke [5.11.2] v5.11.2-42-g02b203e FAIL(M) MSWin32 WinXP/.Net SP3 (x86/2 cpu)
Date: Mon, 23 Nov 2009 11:02:17 +0000
Message-ID: <20091123110217.GU2582@plum.flirble.org>
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile index b184482422..9ed2be5143 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1235,7 +1235,7 @@ inst_lib : $(CONFIGPM) $(UNIDATAFILES) : $(MINIPERL) $(CONFIGPM) ..\lib\unicore\mktables Extensions_nonxs cd ..\lib\unicore && \ - ..\$(MINIPERL) -I.. -I..\..\cpan\Cwd\lib mktables -check $@ $(FIRSTUNIFILE) + ..\$(MINIPERL) -I.. -I..\..\cpan\Cwd\lib -I..\..\cpan\Cwd mktables -check $@ $(FIRSTUNIFILE) minitest : $(MINIPERL) $(GLOBEXE) $(CONFIGPM) utils $(UNIDATAFILES) $(XCOPY) $(MINIPERL) ..\t\$(NULL) |