From 31e04bdb3eb71866d0f03c4854b96d91d5d9b102 Mon Sep 17 00:00:00 2001 From: Tristan Date: Mon, 6 Jun 2022 08:57:37 +0100 Subject: [PATCH] Make PCRE2 dist target part of default targets --- deps/pcre2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/pcre2/Makefile b/deps/pcre2/Makefile index 4cb1caa..0978abf 100644 --- a/deps/pcre2/Makefile +++ b/deps/pcre2/Makefile @@ -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