summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/Makefile5
-rw-r--r--win32/makefile.mk3
2 files changed, 0 insertions, 8 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 1e42473b58..1861f6e9c7 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -832,11 +832,6 @@ all : .\config.h ..\git_version.h $(GLOBEXE) $(MINIMOD) $(CONFIGPM) \
$(UNIDATAFILES) MakePPPort $(PERLEXE) $(X2P) Extensions_nonxs Extensions $(PERLSTATIC)
@echo Everything is up to date. '$(MAKE_BARE) test' to run test suite.
-..\regcharclass.h : ..\Porting\regcharclass.pl
- cd ..
- miniperl Porting\regcharclass.pl
- cd win32
-
regnodes : ..\regnodes.h
..\regcomp$(o) : ..\regnodes.h ..\regcharclass.h
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 382f503502..f1301f38f8 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -1051,9 +1051,6 @@ all : CHECKDMAKE .\config.h ..\git_version.h $(GLOBEXE) $(MINIPERL) $(MK2) \
$(RIGHTMAKE) $(MINIMOD) $(CONFIGPM) $(UNIDATAFILES) MakePPPort \
$(PERLEXE) $(X2P) Extensions Extensions_nonxs $(PERLSTATIC)
-..\regcharclass.h : ..\Porting\regcharclass.pl
- cd .. && miniperl Porting\regcharclass.pl && cd win32
-
regnodes : ..\regnodes.h
..\regcomp$(o) : ..\regnodes.h ..\regcharclass.h