From: Jo-Philipp Wich Date: Fri, 10 Dec 2010 09:35:16 +0000 (+0000) Subject: pkg-config: install pkg.m4 to aclocal/ X-Git-Tag: v19.07.0-rc1~28793 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2104af77e3231b7e79addd32464df7b0caaedf92;p=openwrt%2Fstaging%2Fhauke.git pkg-config: install pkg.m4 to aclocal/ SVN-Revision: 24406 --- diff --git a/tools/pkg-config/Makefile b/tools/pkg-config/Makefile index 530c196bd5..bda7df7757 100644 --- a/tools/pkg-config/Makefile +++ b/tools/pkg-config/Makefile @@ -24,6 +24,7 @@ define Host/Install install mv $(STAGING_DIR_HOST)/bin/pkg-config $(STAGING_DIR_HOST)/bin/pkg-config.real $(INSTALL_BIN) ./files/pkg-config $(STAGING_DIR_HOST)/bin/pkg-config + $(INSTALL_DATA) $(HOST_BUILD_DIR)/pkg.m4 $(STAGING_DIR)/host/share/aclocal/ endef define Host/Clean