diff options
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 |