From 4044cf6e01c0585008e314e0953f93dff694b9a5 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 25 Aug 2009 14:55:18 +0000 Subject: [tools] make quilt installation work on cygwin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17398 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/quilt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile index b87d776c7..316846361 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 -- cgit v1.2.3