diff options
author | midipix <writeonce@midipix.org> | 2021-04-11 07:51:30 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-11 07:55:43 +0000 |
commit | adaae53f2be4a29cb59be9d5917e68f35206de75 (patch) | |
tree | e4b62cdea5bb3e1f2b09e6a67ac3c52f77cc6815 | |
parent | ff64c5dc5a5ceb9846e00f6d6fdd7f25e04ea118 (diff) | |
download | mdso-adaae53f2be4a29cb59be9d5917e68f35206de75.tar.bz2 mdso-adaae53f2be4a29cb59be9d5917e68f35206de75.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: |