From dec2000b8eb863b3d9595929a3dd7aba9a619730 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 11 Apr 2021 07:51:30 +0000 Subject: build system: posix make support: added missing .pkgconf phony target rule. --- sofort/core/pkgconf.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sofort/core/pkgconf.mk b/sofort/core/pkgconf.mk index 11945cf..5ada069 100644 --- a/sofort/core/pkgconf.mk +++ b/sofort/core/pkgconf.mk @@ -3,6 +3,8 @@ PKGCONF_VERSION = $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH) +.pkgconf: + build/$(PACKAGE).pc: .pkgconf dirs.tag build/$(PACKAGE).pc: -- cgit v1.2.3