diff options
author | midipix <writeonce@midipix.org> | 2021-04-11 07:51:30 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-11 07:55:46 +0000 |
commit | 78bae06273228e52d38d972d264979f6f19d8afe (patch) | |
tree | f88c126ec3e2e120cd65e99df24dca812c0b8a5b /sofort/core | |
parent | 68b9fe8c710e3c77b66dcaac190ae917c0494966 (diff) | |
download | sltdl-78bae06273228e52d38d972d264979f6f19d8afe.tar.bz2 sltdl-78bae06273228e52d38d972d264979f6f19d8afe.tar.xz |
build system: posix make support: added missing .pkgconf phony target rule.
Diffstat (limited to 'sofort/core')
-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: |