diff options
author | midipix <writeonce@midipix.org> | 2021-04-11 07:51:30 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-11 07:55:47 +0000 |
commit | 4acc75e71011cf2760a7d887ce3f067ed2ef599c (patch) | |
tree | 8564230fed0e52a246ea3d2fe9e9e5e1c197611d /sofort/core | |
parent | 552228be8c1c7aa1228ca12ff8d6beff6f3642f2 (diff) | |
download | u16ports-4acc75e71011cf2760a7d887ce3f067ed2ef599c.tar.bz2 u16ports-4acc75e71011cf2760a7d887ce3f067ed2ef599c.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: |