diff options
author | midipix <writeonce@midipix.org> | 2021-04-09 10:54:09 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-10 20:54:48 +0000 |
commit | 840f5a80e569a012e79ebb3d8a4e80ab5979c6e3 (patch) | |
tree | 7bf17d1ac37ab3963ba6f5ddd44c64eccd072009 | |
parent | 0a312de8d2c0f389ba68c5a1977b33c5a7149e3d (diff) | |
download | perk-840f5a80e569a012e79ebb3d8a4e80ab5979c6e3.tar.bz2 perk-840f5a80e569a012e79ebb3d8a4e80ab5979c6e3.tar.xz |
build system: posix make support: pkgconf: removed unused ifeq statement.
-rw-r--r-- | sofort/core/pkgconf.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sofort/core/pkgconf.mk b/sofort/core/pkgconf.mk index 0edc395..11945cf 100644 --- a/sofort/core/pkgconf.mk +++ b/sofort/core/pkgconf.mk @@ -1,12 +1,6 @@ # pkgconf.mk: rules for pkgconf manifest generation. # this file is covered by COPYING.SOFORT. -ifeq ($(PKGCONF),no) - -install-pkgconf: - -else - PKGCONF_VERSION = $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH) build/$(PACKAGE).pc: .pkgconf dirs.tag @@ -41,5 +35,3 @@ install-shared: install-pkgconf install-static: install-pkgconf .PHONY: .pkgconf install-pkgconf - -endif |