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 | 5910d6b51b922121583bb556aa732f558d6b65e3 (patch) | |
tree | 85a5de63d10a0dce769f1916f7756e375f827558 | |
parent | f49bbd811070583a04043c4c9ca265412a65b628 (diff) | |
download | dalist-5910d6b51b922121583bb556aa732f558d6b65e3.tar.bz2 dalist-5910d6b51b922121583bb556aa732f558d6b65e3.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: |