summaryrefslogtreecommitdiff
path: root/library.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-03-25 14:59:50 +0100
committerDiego Biurrun <diego@biurrun.de>2016-12-03 09:15:01 +0100
commit14bba44fb23c63bf82b2c15f5c754b2fed7dbea9 (patch)
treea612ce7a4a7d0624b1d5cd8c82078eb2fec65eee /library.mak
parent1ea77aae927c7310034b1f75d4f1c2676fe641f2 (diff)
build: Drop support for configuring library name suffixes
It is of doubtful utility, adds complexity and no known users exist.
Diffstat (limited to 'library.mak')
-rw-r--r--library.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/library.mak b/library.mak
index 14fd5beba1..bf1853f989 100644
--- a/library.mak
+++ b/library.mak
@@ -24,7 +24,7 @@ install-libs-$(CONFIG_STATIC): install-lib$(NAME)-static
install-libs-$(CONFIG_SHARED): install-lib$(NAME)-shared
define RULES
-$(TOOLS): THISLIB = $(FULLNAME:%=$(LD_LIB))
+$(TOOLS): THISLIB = $(NAME:%=$(LD_LIB))
$(TESTPROGS): THISLIB = $(SUBDIR)$(LIBNAME)
$(TESTPROGS) $(TOOLS): %$(EXESUF): %.o