From d9f4c6bb0568da6d80f60a0040354f45478f84a3 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 27 Nov 2016 16:35:11 +0100 Subject: remove libnsl stub --- Makefile.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile.in') 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 -- cgit v1.2.3