[tools] make quilt installation work on cygwin

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17398 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Florian Fainelli
2009-08-25 14:55:18 +00:00
parent bf79654f13
commit 86e0066eb6

View File

@@ -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