diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-29 08:38:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-29 08:38:20 +0100 |
commit | b433e2d9fccb17f9a2807403c339a7004e3d4f1b (patch) | |
tree | 07e5b0e198ba83a2e54154019709e960aafa9ed3 /Makefile.in | |
parent | 9945c6d21797553e78cbef8034f6dd16b3824df5 (diff) |
remove libresolv stub
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 1 insertions, 5 deletions
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 |