[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git] / tools / pkg-config / Makefile
index bda7df7..e7d2982 100644 (file)
@@ -15,16 +15,11 @@ PKG_MD5SUM:=a3270bab3f4b69b7dc6dbdacbcae9745
 
 include $(INCLUDE_DIR)/host-build.mk
 
-define Host/Compile
-       $(MAKE) -C $(HOST_BUILD_DIR)
-endef
-
 define Host/Install
        $(MAKE) -C $(HOST_BUILD_DIR) \
                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
This page took 0.019191 seconds and 4 git commands to generate.