From: Rafael Garcia-Suarez Date: Mon, 20 Nov 2006 11:19:29 +0000 (+0000) Subject: Extend the test-reonly make target on windows (Yves Orton) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8c823cd6ff89c1e53ff20884d165110a554717d9;p=p5sagit%2Fp5-mst-13.2.git Extend the test-reonly make target on windows (Yves Orton) p4raw-id: //depot/perl@29323 --- diff --git a/win32/Makefile b/win32/Makefile index 87b111c..bf0a1bb 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1363,7 +1363,7 @@ test-reonly : reonly utils $(XCOPY) $(PERLDLL) ..\t\$(NULL) $(XCOPY) $(GLOBEXE) ..\t\$(NULL) cd ..\t - $(PERLEXE) -I..\lib harness $(OPT) -re \bpat\b \breg \bre\b \bsubst $(EXTRA) + $(PERLEXE) -I..\lib harness $(OPT) -re \bpat\b \breg \bre\b \bsubst \brxcode $(EXTRA) cd ..\win32 regen :