summaryrefslogtreecommitdiff
path: root/sofort
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-04-09 10:54:09 +0000
committermidipix <writeonce@midipix.org>2021-04-09 10:54:09 +0000
commit6554874a977ec93eb2e153db3f57b77057b5c94f (patch)
treea19ba19d7d91e436042e8a7153204a0c907d6b02 /sofort
parente784d14119ed6ecab2ddacf5a2eb0ad41df22e91 (diff)
downloadslibtool-6554874a977ec93eb2e153db3f57b77057b5c94f.tar.bz2
slibtool-6554874a977ec93eb2e153db3f57b77057b5c94f.tar.xz
build system: posix make support: pkgconf: removed unused ifeq statement.
Diffstat (limited to 'sofort')
-rw-r--r--sofort/core/pkgconf.mk8
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