diff options
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 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 |