diff --git a/tools/coreutils/Makefile b/tools/coreutils/Makefile index d1948042b9..3dc82afafc 100644 --- a/tools/coreutils/Makefile +++ b/tools/coreutils/Makefile @@ -23,14 +23,6 @@ include $(INCLUDE_DIR)/host-build.mk export GNULIB_SRCDIR:=$(HOST_GNULIB_SRCDIR) HOST_GNULIB_SKIP := \ - lib/c++defs.h \ - lib/realloc.c \ - lib/reallocarray.c \ - lib/savedir.c \ - lib/fcntl.in.h \ - lib/stdio.in.h \ - lib/stdlib.in.h \ - lib/se-selinux.in.h \ lib/iconv_open-aix.gperf \ lib/iconv_open-hpux.gperf \ lib/iconv_open-irix.gperf \ @@ -42,14 +34,14 @@ HOST_CONFIGURE_ARGS += \ --enable-install-program=$(subst $(space),$(comma),$(strip $(PKG_PROGRAMS))) HOST_MAKE_FLAGS += \ - $(AM_TOOL_PATHS_FAKE) \ + $(AM_TOOL_PATHS) AUTOPOINT="$(TRUE)" GTKDOCIZE="$(TRUE)" \ PROGRAMS="$(patsubst %,src/%,$(PKG_PROGRAMS))" \ LIBRARIES= MANS= SUBDIRS=. define Host/Bootstrap ( \ cd $(HOST_BUILD_DIR); \ - $(AM_TOOL_PATHS_FAKE) \ + $(AM_TOOL_PATHS) AUTOPOINT="$(TRUE)" GTKDOCIZE="$(TRUE)" \ ./bootstrap \ --bootstrap-sync \ --force \