From 1d8e07a9afd9c46e8d4baf871d77da006f5f2e3f Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Tue, 25 Dec 2018 01:50:06 -0500
Subject: build system: create the ``build'' directory via the dirs.tag make
 target.

---
 sofort/pkgconf.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'sofort')

diff --git a/sofort/pkgconf.mk b/sofort/pkgconf.mk
index 59a54e0..c8fc711 100644
--- a/sofort/pkgconf.mk
+++ b/sofort/pkgconf.mk
@@ -6,7 +6,7 @@ else
 
 PKGCONF_VERSION = $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)
 
-build/$(PACKAGE).pc: .pkgconf
+build/$(PACKAGE).pc: .pkgconf dirs.tag
 
 build/$(PACKAGE).pc:
 	@touch $@
-- 
cgit v1.2.3