Include regcomp.h in Win32 makefiles
authorYves Orton <demerphq@gmail.com>
Sun, 6 Mar 2005 09:16:12 +0000 (10:16 +0100)
committerSteve Hay <SteveHay@planit.com>
Mon, 7 Mar 2005 11:02:12 +0000 (11:02 +0000)
Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
Message-ID: <9b18b311050306001624012bd@mail.gmail.com>

p4raw-id: //depot/perl@24007

win32/Makefile
win32/makefile.mk

index 5085628..996161d 100644 (file)
@@ -626,6 +626,7 @@ CORE_NOCFG_H        =               \
                ..\perly.h      \
                ..\pp.h         \
                ..\proto.h      \
+               ..\regcomp.h    \
                ..\regexp.h     \
                ..\scope.h      \
                ..\sv.h         \
index 0a11611..137abe9 100644 (file)
@@ -788,6 +788,7 @@ CORE_NOCFG_H        =               \
                ..\perly.h      \
                ..\pp.h         \
                ..\proto.h      \
+               ..\regcomp.h    \
                ..\regexp.h     \
                ..\scope.h      \
                ..\sv.h         \