depend on files needed for porting/buildtoc.t
authorTony Cook <tony@develop-help.com>
Fri, 21 Jan 2011 08:11:57 +0000 (19:11 +1100)
committerTony Cook <tony@develop-help.com>
Fri, 21 Jan 2011 08:33:51 +0000 (19:33 +1100)
win32/Makefile
win32/makefile.mk

index 9553f2c..011ca00 100644 (file)
@@ -1214,7 +1214,7 @@ minitest : $(MINIPERL) $(GLOBEXE) $(CONFIGPM) utils $(UNIDATAFILES)
        cd ..\t && \
        $(MINIPERL) -I..\lib harness base/*.t comp/*.t cmd/*.t io/*.t op/*.t pragma/*.t
 
-test-prep : all utils
+test-prep : all utils ../pod/perltoc.pod
        $(XCOPY) $(PERLEXE) ..\t\$(NULL)
        $(XCOPY) $(PERLDLL) ..\t\$(NULL)
        $(XCOPY) $(GLOBEXE) ..\t\$(NULL)
index 8b01c73..dbe56cf 100644 (file)
@@ -1603,7 +1603,7 @@ minitest : $(MINIPERL) $(GLOBEXE) $(CONFIGPM) $(UNIDATAFILES) utils
        cd ..\t && \
        $(MINIPERL) -I..\lib harness base/*.t comp/*.t cmd/*.t io/*.t op/*.t pragma/*.t
 
-test-prep : all utils
+test-prep : all utils ..\pod\perltoc.pod
        $(XCOPY) $(PERLEXE) ..\t\$(NULL)
        $(XCOPY) $(PERLDLL) ..\t\$(NULL)
 .IF "$(CCTYPE)" == "BORLAND"