浏览代码

revert r24406

SVN-Revision: 24415
Jo-Philipp Wich 15 年之前
父节点
当前提交
339295d309
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tools/pkg-config/Makefile

+ 0 - 1
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