From: Yves Orton Date: Sun, 6 Mar 2005 09:16:12 +0000 (+0100) Subject: Include regcomp.h in Win32 makefiles X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cdb0f5473779f318e8bd3f9e8e8bf96093f979e4;p=p5sagit%2Fp5-mst-13.2.git Include regcomp.h in Win32 makefiles Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32 Message-ID: <9b18b311050306001624012bd@mail.gmail.com> p4raw-id: //depot/perl@24007 --- diff --git a/win32/Makefile b/win32/Makefile index 5085628..996161d 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -626,6 +626,7 @@ CORE_NOCFG_H = \ ..\perly.h \ ..\pp.h \ ..\proto.h \ + ..\regcomp.h \ ..\regexp.h \ ..\scope.h \ ..\sv.h \ diff --git a/win32/makefile.mk b/win32/makefile.mk index 0a11611..137abe9 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -788,6 +788,7 @@ CORE_NOCFG_H = \ ..\perly.h \ ..\pp.h \ ..\proto.h \ + ..\regcomp.h \ ..\regexp.h \ ..\scope.h \ ..\sv.h \