diff options
author | Steve Hay <SteveHay@planit.com> | 2007-07-02 12:25:46 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2007-07-02 12:25:46 +0000 |
commit | 9ce5b024fd73d3a7704de8737145d1c96d4ee3b4 (patch) | |
tree | 326ce18fffba70e206f79567eb7fd6097bfe8c0a /win32 | |
parent | b1d0c68a73b96487aa12a3ef91d32407ca246502 (diff) | |
download | perl-9ce5b024fd73d3a7704de8737145d1c96d4ee3b4.tar.gz |
Apply win32/Makefile changes from #31102 and #31506 to win32/makefile.mk
p4raw-id: //depot/perl@31515
Diffstat (limited to 'win32')
-rw-r--r-- | win32/makefile.mk | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index 1f7af29978..c1ba4a39d2 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1005,11 +1005,18 @@ all : CHECKDMAKE .\config.h $(GLOBEXE) $(MINIPERL) $(MK2) \ $(RIGHTMAKE) $(MINIMOD) $(CONFIGPM) $(UNIDATAFILES) $(PERLEXE) \ $(X2P) MakePPPort Extensions $(PERLSTATIC) -..\regnodes.h : ..\regcomp.sym +..\regnodes.h : ..\regcomp.sym ..\regcomp.pl ..\regexp.h cd .. && regcomp.pl && cd win32 +..\regcharclass.h : ..\Porting\regcharclass.pl + cd .. && Porting\regcharclass.pl && cd win32 + regnodes : ..\regnodes.h +..\regcomp$(o) : ..\regnodes.h ..\regcharclass.h + +..\regexec$(o) : ..\regnodes.h ..\regcharclass.h + reonly : regnodes .\config.h $(GLOBEXE) $(MINIPERL) $(MK2) \ $(RIGHTMAKE) $(MINIMOD) $(CONFIGPM) $(UNIDATAFILES) $(PERLEXE) \ $(X2P) Extensions_reonly |