X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fquilt%2FMakefile;h=b87d776c762103085a369c95b20d7ab48fcca9cb;hb=d0ddef4be10182314022f491a18d9cde0807a625;hp=49da92b7344f81ae5101baee49cf6120a3fe9a00;hpb=21994b96774711f3385d7c146e3fb49552f1d835;p=openwrt-10.03%2F.git diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile index 49da92b73..b87d776c7 100644 --- a/tools/quilt/Makefile +++ b/tools/quilt/Makefile @@ -15,15 +15,20 @@ PKG_MD5SUM:=d33d2442bd34387260b1c1db3e623af0 include $(INCLUDE_DIR)/host-build.mk -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) SHELL="$(BASH)" +define Host/Configure + $(call Host/Configure/Default) + [ -f $(HOST_BUILD_DIR)/Makefile ] endef -define Build/Install - $(MAKE) -C $(PKG_BUILD_DIR) SHELL="$(BASH)" install +define Host/Compile + $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" endef -define Build/Clean +define Host/Install + $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" install +endef + +define Host/Clean rm -f $(STAGING_DIR_HOST)/bin/quilt endef