summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2005-03-06 10:16:12 +0100
committerSteve Hay <SteveHay@planit.com>2005-03-07 11:02:12 +0000
commitcdb0f5473779f318e8bd3f9e8e8bf96093f979e4 (patch)
treec477e68f146e87a20dd8f89720911ba0cb31de99 /win32
parent65980d9413eea8415cdea4a9a608257b175e4fb6 (diff)
downloadperl-cdb0f5473779f318e8bd3f9e8e8bf96093f979e4.tar.gz
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
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile1
-rw-r--r--win32/makefile.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 50856288a0..996161d76b 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 0a11611bab..137abe9762 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 \