aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pkg-config
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-12-10 09:35:16 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-12-10 09:35:16 +0000
commitb69485d99fe4241f42237785941cb4882c974d62 (patch)
treeebb04bef041d35940b8fa98afb82c7d9e23e8b30 /tools/pkg-config
parent81a2a08b061030cbb1f35bb519f1239bb16e826e (diff)
downloadmaster-187ad058-b69485d99fe4241f42237785941cb4882c974d62.tar.gz
master-187ad058-b69485d99fe4241f42237785941cb4882c974d62.tar.bz2
master-187ad058-b69485d99fe4241f42237785941cb4882c974d62.zip
[tools] pkg-config: install pkg.m4 to aclocal/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24406 3c298f89-4303-0410-b956-a3cf2f4a3e73
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