X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0d8df3baafd9e234ac50c44b41acd8a2aaec2879..3218c675a1575f14d970e8b3081a12fb52dae483:/tools/pkg-config/Makefile?ds=sidebyside diff --git a/tools/pkg-config/Makefile b/tools/pkg-config/Makefile index bda7df775..e7d2982f7 100644 --- a/tools/pkg-config/Makefile +++ b/tools/pkg-config/Makefile @@ -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