diff options
author | midipix <writeonce@midipix.org> | 2021-04-11 07:51:30 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-11 07:55:44 +0000 |
commit | b32ab1a6b2804a50aa2b9c2c8348c836ecd66518 (patch) | |
tree | 1b23fcce97098725c93f5e09a6c7369fd71e0d82 | |
parent | 4157383b1e9b6e5bd956680ff7a5be3f0794b5c7 (diff) | |
download | ntcon-b32ab1a6b2804a50aa2b9c2c8348c836ecd66518.tar.bz2 ntcon-b32ab1a6b2804a50aa2b9c2c8348c836ecd66518.tar.xz |
build system: posix make support: added missing .pkgconf phony target rule.
-rw-r--r-- | sofort/core/pkgconf.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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: |