diff options
author | Steve Hay <SteveHay@planit.com> | 2006-11-22 17:20:05 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-11-22 17:20:05 +0000 |
commit | d6a9eb89513c8810816fb51d1ad3f1e7f7ad29ff (patch) | |
tree | ec70eb92e3417c54c861441f1cf015e0af2d5859 /win32 | |
parent | 58e23c8d7d24dd08c87b5d56819ad45527176c15 (diff) | |
download | perl-d6a9eb89513c8810816fb51d1ad3f1e7f7ad29ff.tar.gz |
Update makefile.mk as per Makefile w.r.t. #29308 and #29323
p4raw-id: //depot/perl@29355
Diffstat (limited to 'win32')
-rw-r--r-- | win32/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index 80454ca91d..764e3d3aef 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1551,7 +1551,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 $(EXTRA) && \ + $(PERLEXE) -I..\lib harness $(OPT) -re \bpat\b \breg \bre\b \bsubst \brxcode $(EXTRA) && \ cd ..\win32 regen : |