summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-11-20 11:19:29 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-11-20 11:19:29 +0000
commit8c823cd6ff89c1e53ff20884d165110a554717d9 (patch)
tree857c7bf4407681995ea6ac19a055c832d0ae9703 /win32
parent72e9e8b1faa553b4865375fb54fdff9f650c4ac3 (diff)
downloadperl-8c823cd6ff89c1e53ff20884d165110a554717d9.tar.gz
Extend the test-reonly make target on windows (Yves Orton)
p4raw-id: //depot/perl@29323
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 87b111cede..bf0a1bbd82 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 :