diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-21 10:26:33 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-21 10:26:33 +0000 |
commit | f04c104ca079536f32d12d774d450bc3e2aae26c (patch) | |
tree | 2f859ed52955a6e22707ffdb277002f290c25d5f /win32/makefile.mk | |
parent | b69c7e13638df93b8184f0ab25c064bbde4b32e0 (diff) | |
download | perl-f04c104ca079536f32d12d774d450bc3e2aae26c.tar.gz |
Remove rules to regenerate regnodes.h
p4raw-id: //depot/perl@32432
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index 25a18acec0..37c1cca288 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1030,9 +1030,6 @@ all : CHECKDMAKE .\config.h $(GLOBEXE) $(MINIPERL) $(MK2) \ $(RIGHTMAKE) $(MINIMOD) $(CONFIGPM) $(UNIDATAFILES) MakePPPort \ $(PERLEXE) $(X2P) Extensions $(PERLSTATIC) -..\regnodes.h : ..\regcomp.sym ..\regcomp.pl ..\regexp.h - cd .. && miniperl regcomp.pl && cd win32 - ..\regcharclass.h : ..\Porting\regcharclass.pl cd .. && miniperl Porting\regcharclass.pl && cd win32 |