diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-10 09:35:16 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-10 09:35:16 +0000 |
commit | 2104af77e3231b7e79addd32464df7b0caaedf92 (patch) | |
tree | d4f717207d9647117dab9ebedf628d0d5e236e12 /tools/pkg-config/Makefile | |
parent | b083d00b8b4ce957b1389beb2c3880d86e693990 (diff) | |
download | upstream-2104af77e3231b7e79addd32464df7b0caaedf92.tar.gz upstream-2104af77e3231b7e79addd32464df7b0caaedf92.tar.bz2 upstream-2104af77e3231b7e79addd32464df7b0caaedf92.zip |
pkg-config: install pkg.m4 to aclocal/
SVN-Revision: 24406
Diffstat (limited to 'tools/pkg-config/Makefile')
-rw-r--r-- | tools/pkg-config/Makefile | 1 |
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 |