X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=tools%2Fquilt%2FMakefile;fp=tools%2Fquilt%2FMakefile;h=b87d776c762103085a369c95b20d7ab48fcca9cb;hb=7eb15898755be46e94078faffdacd8c9b0ce66cd;hp=5294534b017552ba16ca8523abf95cd85fc5f58f;hpb=6ccc1c8e3c9ad0ac95c728573c300264943d8338;p=openwrt%2Fopenwrt.git diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile index 5294534b01..b87d776c76 100644 --- a/tools/quilt/Makefile +++ b/tools/quilt/Makefile @@ -15,20 +15,20 @@ PKG_MD5SUM:=d33d2442bd34387260b1c1db3e623af0 include $(INCLUDE_DIR)/host-build.mk -define Build/Configure - $(call Build/Configure/Default) - [ -f $(PKG_BUILD_DIR)/Makefile ] +define Host/Configure + $(call Host/Configure/Default) + [ -f $(HOST_BUILD_DIR)/Makefile ] endef -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) SHELL="$(BASH)" +define Host/Compile + $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" endef -define Build/Install - $(MAKE) -C $(PKG_BUILD_DIR) SHELL="$(BASH)" install +define Host/Install + $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" install endef -define Build/Clean +define Host/Clean rm -f $(STAGING_DIR_HOST)/bin/quilt endef