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 | |
parent | b69c7e13638df93b8184f0ab25c064bbde4b32e0 (diff) | |
download | perl-f04c104ca079536f32d12d774d450bc3e2aae26c.tar.gz |
Remove rules to regenerate regnodes.h
p4raw-id: //depot/perl@32432
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 5 | ||||
-rw-r--r-- | win32/makefile.mk | 3 |
2 files changed, 0 insertions, 8 deletions
diff --git a/win32/Makefile b/win32/Makefile index cccf5ef5f7..6ef1ddbdcd 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -843,11 +843,6 @@ all : .\config.h $(GLOBEXE) $(MINIMOD) $(CONFIGPM) $(UNIDATAFILES) MakePPPort \ $(PERLEXE) $(X2P) Extensions $(PERLSTATIC) @echo Everything is up to date. '$(MAKE_BARE) test' to run test suite. -..\regnodes.h : ..\regcomp.sym ..\regcomp.pl ..\regexp.h - cd .. - miniperl regcomp.pl - cd win32 - ..\regcharclass.h : ..\Porting\regcharclass.pl cd .. miniperl Porting\regcharclass.pl 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 |