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 | 65ee987834739a07942e2b7a053da480cd35e17e (patch) | |
tree | 2abc71ae80edad65d28d1b305fa4dae7769a8d4e | |
parent | a4321d23c30add47c62685f9364257b61bd19fe7 (diff) | |
download | sofort-65ee987834739a07942e2b7a053da480cd35e17e.tar.bz2 sofort-65ee987834739a07942e2b7a053da480cd35e17e.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: |