From e1f90b9f1b0a324e912a1068bda6a7b5a092a049 Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Fri, 9 Apr 2021 10:54:09 +0000
Subject: build system: posix make support: pkgconf: removed unused ifeq
 statement.

---
 sofort/core/pkgconf.mk | 8 --------
 1 file changed, 8 deletions(-)

(limited to 'sofort')

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
-- 
cgit v1.2.3