From b433e2d9fccb17f9a2807403c339a7004e3d4f1b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 29 Nov 2016 08:38:20 +0100 Subject: remove libresolv stub --- Makefile.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index b79314f34..cb858f6da 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)libresolv/Makefile.in include $(top_srcdir)libutil/Makefile.in include $(top_srcdir)libpthread/Makefile.in include $(top_srcdir)librt/Makefile.in @@ -362,7 +361,7 @@ else $(Q)cd $(PREFIX)$(DEVEL_PREFIX)include && $(RM) -f wchar-stub.h endif -EMPTY_LIB_NAMES = dl nsl +EMPTY_LIB_NAMES = dl nsl resolv ifeq ($(DO_C99_MATH),y) EMPTY_LIB_NAMES += m endif @@ -378,9 +377,6 @@ endif ifeq ($(UCLIBC_HAS_LIBUTIL),y) EMPTY_LIB_NAMES += util endif -ifeq ($(UCLIBC_HAS_LIBRESOLV_STUB),y) -EMPTY_LIB_NAMES += resolv -endif ifeq ($(UCLIBC_HAS_GETTEXT_AWARENESS),y) EMPTY_LIB_NAMES += intl endif -- cgit v1.2.3