X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fquilt%2FMakefile;fp=tools%2Fquilt%2FMakefile;h=a6f2a9e95fd5bc8fb099599ed3e029f9964311f4;hb=27a6fc21ec734fd1855b427fa658d2adcbb4f454;hp=316846361f17f58b875fdd681abc9aa8ad431ae4;hpb=7a490e63f079131c48207d3d6cea47f946b28d1e;p=openwrt-10.03%2F.git diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile index 316846361..a6f2a9e95 100644 --- a/tools/quilt/Makefile +++ b/tools/quilt/Makefile @@ -21,11 +21,11 @@ define Host/Configure 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 - $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" install lib/backup-files + $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" install endef define Host/Clean