aboutsummaryrefslogtreecommitdiff
path: root/auto/lib/pcre/makefile.owc
diff options
context:
space:
mode:
Diffstat (limited to 'auto/lib/pcre/makefile.owc')
-rw-r--r--auto/lib/pcre/makefile.owc5
1 files changed, 4 insertions, 1 deletions
diff --git a/auto/lib/pcre/makefile.owc b/auto/lib/pcre/makefile.owc
index 8439c4cc2..12c622010 100644
--- a/auto/lib/pcre/makefile.owc
+++ b/auto/lib/pcre/makefile.owc
@@ -6,7 +6,9 @@ CFLAGS = -c -zq -bt=nt -ot -op -oi -oe -s -bm $(CPU_OPT)
PCREFLAGS = -DPCRE_STATIC -DPOSIX_MALLOC_THRESHOLD=10
-pcre.lib: pcre.h
+pcre.lib:
+ cd $(PCRE)
+
wcl386 -zq -bt=nt -l=nt -fe=dftables dftables.c
dftables > chartables.c
@@ -15,5 +17,6 @@ pcre.lib: pcre.h
pcre.h:
+ cd $(PCRE)
patch -o pcre.h pcre.in patch.pcre.in.owc
patch -o config.h config.in patch.config.in