diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-08-20 06:13:06 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-08-20 06:13:06 +0200 |
commit | 3bc9c68be9b73fccbaf3154e7c08c09e241a3be6 (patch) | |
tree | 6f1df5ad4cb4d61304c797ac0acb30bdce69f517 /win32 | |
parent | 5d560a897224d64def17ceccac0928e209c2eb7a (diff) | |
download | perl-3bc9c68be9b73fccbaf3154e7c08c09e241a3be6.tar.gz |
Disable regeneration of regcharclass.h on win32v5.13.4
There's really no need to do this on the user side, as regcharclass.h is a real
file in the repository. Having this rule, while maybe handy for regexp
developers working on win32, otherwise only causes trouble if regcharclass.pl
changes in a way that doesn't require regcharclass.h to change.
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 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 |