Make PCRE2 dist target part of default targets

This commit is contained in:
Tristan 2022-06-06 08:57:37 +01:00
parent 2bbb15c003
commit 31e04bdb3e
No known key found for this signature in database
GPG Key ID: BDDFC4A0651ACDE4
1 changed files with 1 additions and 1 deletions

2
deps/pcre2/Makefile vendored
View File

@ -6,7 +6,7 @@ PCRE2_DESTDIR = dist
PCRE2_DESTDIR_ABS = $(shell realpath $(PCRE2_DESTDIR))
PCRE2_ARCHIVE = pcre2-dist.tar.gz
all: build dist
all: build $(PCRE2_DESTDIR) $(PCRE2_ARCHIVE)
$(PCRE2_BUILDIR):
@if ! [ -d "$(PCRE2_BUILDIR)" ]; then mkdir -v "$(PCRE2_BUILDIR)"; fi