summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-27 16:35:11 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-27 16:35:32 +0100
commitd9f4c6bb0568da6d80f60a0040354f45478f84a3 (patch)
treeb48e6ce06d9f4990121ef784d2bec2255bfdce4c /Makefile.in
parent52b50c15fa3b319bb162f0d47fbeb6582842c020 (diff)
remove libnsl stub
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 98c6d6d68..b79314f34 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -34,7 +34,6 @@ include $(top_srcdir)ldso/Makefile.in
include $(top_srcdir)libcrypt/Makefile.in
include $(top_srcdir)libintl/Makefile.in
include $(top_srcdir)libm/Makefile.in
-include $(top_srcdir)libnsl/Makefile.in
include $(top_srcdir)libresolv/Makefile.in
include $(top_srcdir)libutil/Makefile.in
include $(top_srcdir)libpthread/Makefile.in
@@ -363,7 +362,7 @@ else
$(Q)cd $(PREFIX)$(DEVEL_PREFIX)include && $(RM) -f wchar-stub.h
endif
-EMPTY_LIB_NAMES = dl
+EMPTY_LIB_NAMES = dl nsl
ifeq ($(DO_C99_MATH),y)
EMPTY_LIB_NAMES += m
endif
@@ -382,9 +381,6 @@ endif
ifeq ($(UCLIBC_HAS_LIBRESOLV_STUB),y)
EMPTY_LIB_NAMES += resolv
endif
-ifeq ($(UCLIBC_HAS_LIBNSL_STUB),y)
-EMPTY_LIB_NAMES += nsl
-endif
ifeq ($(UCLIBC_HAS_GETTEXT_AWARENESS),y)
EMPTY_LIB_NAMES += intl
endif