summaryrefslogtreecommitdiff
path: root/tools/quilt
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-08-25 14:55:18 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-08-25 14:55:18 +0000
commitd17e2ee1259310412cf629228bbdeac0ebeccca3 (patch)
tree0a7eb513e5c1e8bf965f6058b39cbe7108102c27 /tools/quilt
parent5211c0c0b7fe60088060e21ab2bd2261f6877163 (diff)
downloadmtk-20170518-d17e2ee1259310412cf629228bbdeac0ebeccca3.zip
mtk-20170518-d17e2ee1259310412cf629228bbdeac0ebeccca3.tar.gz
mtk-20170518-d17e2ee1259310412cf629228bbdeac0ebeccca3.tar.bz2
make quilt installation work on cygwin
SVN-Revision: 17398
Diffstat (limited to 'tools/quilt')
-rw-r--r--tools/quilt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile
index b87d776..3168463 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