From 87aea72cefaa0f85220264ab8462c9a19caba0ef Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Wed, 20 Feb 2019 16:50:57 +0100
Subject: [PATCH] Remove obsoleted lint-libraries from build system

---
 make-rules/common.mk |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/make-rules/common.mk b/make-rules/common.mk
index 0de055c..e6eff38 100644
--- a/make-rules/common.mk
+++ b/make-rules/common.mk
@@ -99,15 +99,6 @@
 endif # BUILD_BITS NO_ARCH
 endif # BUILD_STYLE ant
 
-# Determine if we should automatically include lint libraries in build and
-# install targets based on presence of llib* files in component directory. This
-# must be done before defining any common targets since the include affects
-# later variable expansion.
-LINT_LIBRARIES ?= $(wildcard llib-*)
-ifneq ($(strip $(LINT_LIBRARIES)),)
-include $(WS_MAKE_RULES)/lint-libraries.mk
-endif
-
 # Default targets; to omit a specific target, explicitly set the related target
 # variable to empty before including this file or set COMMON_TARGETS=no.
 COMMON_TARGETS ?= yes

--
Gitblit v1.9.3