summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2002-03-21 06:59:57 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2002-03-21 06:59:57 +0000
commit4cbf5a93b15a5783cbe69de6f4f935df308853d2 (patch)
tree9af0a431d40c769176ed6909e4d4e0f6eb00e8d4
parent03bfcac8f4be6db5e31d8e504887b86016c2bc4e (diff)
downloadperl-4cbf5a93b15a5783cbe69de6f4f935df308853d2.tar.gz
Restore tabs so dmake will parse file!
p4raw-id: //depot/perlio@15381
-rw-r--r--win32/makefile.mk10
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)