diff options
author | midipix <writeonce@midipix.org> | 2021-04-11 07:51:30 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-11 07:54:40 +0000 |
commit | b825344dcd20b75ed13882f94fca212a9d067fa8 (patch) | |
tree | df9bddf68f4a7e165845093e56b8af4b08e838ff | |
parent | 17ddc9a88e10b49669e4eca6e19b834d125d0e52 (diff) | |
download | slibtool-b825344dcd20b75ed13882f94fca212a9d067fa8.tar.bz2 slibtool-b825344dcd20b75ed13882f94fca212a9d067fa8.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: |