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 | f95b710d468008e34384a8125f19a0d67a1753f7 (patch) | |
tree | 2bd7666bcb2aa71c0b1a25ee5de24ef5ca1af7ed /sofort | |
parent | 5208374685df8d787f1d3689f35a94a5cff6b9ed (diff) | |
download | sbpython2-f95b710d468008e34384a8125f19a0d67a1753f7.tar.bz2 sbpython2-f95b710d468008e34384a8125f19a0d67a1753f7.tar.xz |
build system: posix make support: added missing .pkgconf phony target rule.
Diffstat (limited to 'sofort')
-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: |