aboutsummaryrefslogtreecommitdiffstats
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
commit86e0066eb6a776684d88364b364d660b7f294be4 (patch)
treea6c40b27aa642b37a44894b869bde949459a49ea /tools/quilt
parentbf79654f13dc818354376c38f74d3df789bda6de (diff)
downloadmaster-187ad058-86e0066eb6a776684d88364b364d660b7f294be4.tar.gz
master-187ad058-86e0066eb6a776684d88364b364d660b7f294be4.tar.bz2
master-187ad058-86e0066eb6a776684d88364b364d660b7f294be4.zip
[tools] make quilt installation work on cygwin
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17398 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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