From e4977f614ffa2aaaaba0b5944747848b5b02f25a Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Wed, 22 Mar 2023 18:46:30 -0400 Subject: tools/missing-macros: prefer macros provided by gnulib source These 7 macro files are provided by gnulib, so we can now replace these statically stored copies with the latest copy from GNU sources. Signed-off-by: Michael Pratt --- tools/gnulib/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/gnulib') diff --git a/tools/gnulib/Makefile b/tools/gnulib/Makefile index c5b7e78c54..43d86c213c 100644 --- a/tools/gnulib/Makefile +++ b/tools/gnulib/Makefile @@ -14,6 +14,8 @@ define Host/Configure endef define Host/Install + $(INSTALL_DIR) $(1)/share/aclocal + $(INSTALL_DATA) $(HOST_BUILD_DIR)/m4/*.m4 $(1)/share/aclocal/ $(INSTALL_DIR) $(1)/share/gnulib $(CP) $(HOST_BUILD_DIR)/* $(1)/share/gnulib/ endef -- cgit v1.2.3