summaryrefslogtreecommitdiffstats
path: root/tools/pkg-config
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pkg-config')
-rw-r--r--tools/pkg-config/Makefile1
1 files changed, 1 insertions, 0 deletions
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