From 840f5a80e569a012e79ebb3d8a4e80ab5979c6e3 Mon Sep 17 00:00:00 2001 From: midipix 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/core') 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