From 10d3bc93cae34adeb2c8736a15126f28fb2fdc50 Mon Sep 17 00:00:00 2001 From: midipix 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