From: Nick Ing-Simmons Date: Thu, 21 Mar 2002 06:59:57 +0000 (+0000) Subject: Restore tabs so dmake will parse file! X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4cbf5a93b15a5783cbe69de6f4f935df308853d2;p=p5sagit%2Fp5-mst-13.2.git Restore tabs so dmake will parse file! p4raw-id: //depot/perlio@15381 --- diff --git a/win32/makefile.mk b/win32/makefile.mk index 23717c4..1e20488 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -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)