From 8c823cd6ff89c1e53ff20884d165110a554717d9 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 20 Nov 2006 11:19:29 +0000 Subject: [PATCH] Extend the test-reonly make target on windows (Yves Orton) p4raw-id: //depot/perl@29323 --- win32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : -- 2.7.4