X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fquilt%2FMakefile;h=a57d8844f94fe851c745832394359eed969e40bf;hb=391eb6e69c09d9f107b8c30a91c63dce37820043;hp=b87d776c762103085a369c95b20d7ab48fcca9cb;hpb=800e84cc0ff36cfbc254ec9681d8731a4fd480f1;p=openwrt-10.03%2F.git diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile index b87d776c7..a57d8844f 100644 --- a/tools/quilt/Makefile +++ b/tools/quilt/Makefile @@ -16,12 +16,13 @@ PKG_MD5SUM:=d33d2442bd34387260b1c1db3e623af0 include $(INCLUDE_DIR)/host-build.mk define Host/Configure + cd $(HOST_BUILD_DIR) && autoconf $(call Host/Configure/Default) [ -f $(HOST_BUILD_DIR)/Makefile ] endef define Host/Compile - $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" + $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" all lib/backup-files endef define Host/Install