From: Florian Fainelli Date: Tue, 25 Aug 2009 14:55:18 +0000 (+0000) Subject: [tools] make quilt installation work on cygwin X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=755b9e2ea2221d27a6e031d5371d1b554a73dc28 [tools] make quilt installation work on cygwin SVN-Revision: 17398 --- diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile index b87d776c76..316846361f 100644 --- a/tools/quilt/Makefile +++ b/tools/quilt/Makefile @@ -25,7 +25,7 @@ define Host/Compile endef define Host/Install - $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" install + $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" install lib/backup-files endef define Host/Clean