Skip to content

Commit f04c104

Browse files
committed
Remove rules to regenerate regnodes.h
p4raw-id: //depot/perl@32432
1 parent b69c7e1 commit f04c104

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

win32/Makefile

-5
Original file line numberDiff line numberDiff line change
@@ -843,11 +843,6 @@ all : .\config.h $(GLOBEXE) $(MINIMOD) $(CONFIGPM) $(UNIDATAFILES) MakePPPort \
843843
$(PERLEXE) $(X2P) Extensions $(PERLSTATIC)
844844
@echo Everything is up to date. '$(MAKE_BARE) test' to run test suite.
845845

846-
..\regnodes.h : ..\regcomp.sym ..\regcomp.pl ..\regexp.h
847-
cd ..
848-
miniperl regcomp.pl
849-
cd win32
850-
851846
..\regcharclass.h : ..\Porting\regcharclass.pl
852847
cd ..
853848
miniperl Porting\regcharclass.pl

win32/makefile.mk

-3
Original file line numberDiff line numberDiff line change
@@ -1030,9 +1030,6 @@ all : CHECKDMAKE .\config.h $(GLOBEXE) $(MINIPERL) $(MK2) \
10301030
$(RIGHTMAKE) $(MINIMOD) $(CONFIGPM) $(UNIDATAFILES) MakePPPort \
10311031
$(PERLEXE) $(X2P) Extensions $(PERLSTATIC)
10321032

1033-
..\regnodes.h : ..\regcomp.sym ..\regcomp.pl ..\regexp.h
1034-
cd .. && miniperl regcomp.pl && cd win32
1035-
10361033
..\regcharclass.h : ..\Porting\regcharclass.pl
10371034
cd .. && miniperl Porting\regcharclass.pl && cd win32
10381035

0 commit comments

Comments
 (0)