summaryrefslogtreecommitdiff
path: root/win32/makefile.mk
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-27 10:09:53 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-29 05:45:55 +0100
commit1487a0398caad301d6ecd6979babb330fcee0c17 (patch)
tree0bece8a1fa686fd92a1b662751dc7001c4ccc660 /win32/makefile.mk
parent5341b2b7ab11bc31f63ac7a675e74106418d0661 (diff)
downloadperl-1487a0398caad301d6ecd6979babb330fcee0c17.tar.gz
Move Cwd from ext/ to cpan/
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r--win32/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk
index d8c6459935..3dc0fe52a1 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -1015,7 +1015,7 @@ ODBCCP32_DLL = $(SystemRoot)\system32\odbccp32.dll
ODBCCP32_DLL = $(windir)\system\odbccp32.dll
.ENDIF
-ICWD = -I..\ext\Cwd -I..\ext\Cwd\lib
+ICWD = -I..\cpan\Cwd -I..\cpan\Cwd\lib
#
# Top targets
@@ -1561,7 +1561,7 @@ inst_lib : $(CONFIGPM)
$(UNIDATAFILES) .UPDATEALL : $(MINIPERL) $(CONFIGPM) ..\lib\unicore\mktables Extensions_nonxs
cd ..\lib\unicore && \
- ..\$(MINIPERL) -I.. -I..\..\ext\Cwd\lib mktables
+ ..\$(MINIPERL) -I.. -I..\..\cpan\Cwd\lib mktables
minitest : $(MINIPERL) $(GLOBEXE) $(CONFIGPM) $(UNIDATAFILES) utils
$(XCOPY) $(MINIPERL) ..\t\$(NULL)