From: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date: Wed, 21 Nov 2007 10:26:33 +0000 (+0000)
Subject: Remove rules to regenerate regnodes.h
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f04c104ca079536f32d12d774d450bc3e2aae26c;p=p5sagit%2Fp5-mst-13.2.git

Remove rules to regenerate regnodes.h

p4raw-id: //depot/perl@32432
---

diff --git a/win32/Makefile b/win32/Makefile
index cccf5ef..6ef1ddb 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 25a18ac..37c1cca 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