Restore tabs so dmake will parse file!
Nick Ing-Simmons [Thu, 21 Mar 2002 06:59:57 +0000 (06:59 +0000)]
p4raw-id: //depot/perlio@15381

win32/makefile.mk

index 23717c4..1e20488 100644 (file)
@@ -1216,6 +1216,16 @@ test-wide-notty : test-prep
            set HARNESS_PERL_SWITCHES=-C && \
            cd ..\t && $(PERLEXE) -I..\lib harness
 
+_test : $(RIGHTMAKE)
+       $(XCOPY) $(PERLEXE) ..\t\$(NULL)
+       $(XCOPY) $(PERLDLL) ..\t\$(NULL)
+.IF "$(CCTYPE)" == "BORLAND"
+       $(XCOPY) $(GLOBBAT) ..\t\$(NULL)
+.ELSE
+       $(XCOPY) $(GLOBEXE) ..\t\$(NULL)
+.ENDIF
+       cd ..\t && $(PERLEXE) -I..\lib harness
+
 clean : Extensions_clean
        -@erase miniperlmain$(o)
        -@erase $(MINIPERL)