summaryrefslogtreecommitdiffstats
path: root/tools/pkg-config
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-12-10 12:58:15 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-12-10 12:58:15 +0000
commit339295d309219f502cde34e01ee8f1586050fecb (patch)
treed16fcb9abab88041e7af9f24d1d245ec76c67ff6 /tools/pkg-config
parentd770298657b0795bc6476b837c9c1e981c6cc543 (diff)
downloadmaster-31e0f0ae-339295d309219f502cde34e01ee8f1586050fecb.tar.gz
master-31e0f0ae-339295d309219f502cde34e01ee8f1586050fecb.tar.bz2
master-31e0f0ae-339295d309219f502cde34e01ee8f1586050fecb.zip
revert r24406
SVN-Revision: 24415
Diffstat (limited to 'tools/pkg-config')
-rw-r--r--tools/pkg-config/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/pkg-config/Makefile b/tools/pkg-config/Makefile
index bda7df7757..530c196bd5 100644
--- a/tools/pkg-config/Makefile
+++ b/tools/pkg-config/Makefile
@@ -24,7 +24,6 @@ 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