diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-03-21 06:59:57 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-03-21 06:59:57 +0000 |
commit | 4cbf5a93b15a5783cbe69de6f4f935df308853d2 (patch) | |
tree | 9af0a431d40c769176ed6909e4d4e0f6eb00e8d4 | |
parent | 03bfcac8f4be6db5e31d8e504887b86016c2bc4e (diff) | |
download | perl-4cbf5a93b15a5783cbe69de6f4f935df308853d2.tar.gz |
Restore tabs so dmake will parse file!
p4raw-id: //depot/perlio@15381
-rw-r--r-- | win32/makefile.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index 23717c408c..1e2048878d 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) |