1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-22 04:11:18 +02:00

revert r24406

SVN-Revision: 24415
This commit is contained in:
Jo-Philipp Wich 2010-12-10 12:58:15 +00:00
parent d770298657
commit 339295d309

View File

@ -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