Browse Source

make quilt installation work on cygwin

SVN-Revision: 17398
Florian Fainelli 16 years ago
parent
commit
d17e2ee125
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/quilt/Makefile

+ 1 - 1
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