diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-08-25 14:55:18 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-08-25 14:55:18 +0000 |
commit | d17e2ee1259310412cf629228bbdeac0ebeccca3 (patch) | |
tree | 0a7eb513e5c1e8bf965f6058b39cbe7108102c27 /tools | |
parent | 5211c0c0b7fe60088060e21ab2bd2261f6877163 (diff) | |
download | upstream-d17e2ee1259310412cf629228bbdeac0ebeccca3.tar.gz upstream-d17e2ee1259310412cf629228bbdeac0ebeccca3.tar.bz2 upstream-d17e2ee1259310412cf629228bbdeac0ebeccca3.zip |
make quilt installation work on cygwin
SVN-Revision: 17398
Diffstat (limited to 'tools')
-rw-r--r-- | tools/quilt/Makefile | 2 |
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 |