Extend the test-reonly make target on windows (Yves Orton)
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 20 Nov 2006 11:19:29 +0000 (11:19 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 20 Nov 2006 11:19:29 +0000 (11:19 +0000)
p4raw-id: //depot/perl@29323

win32/Makefile

index 87b111c..bf0a1bb 100644 (file)
@@ -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 :