make quilt installation work on cygwin
authorFlorian Fainelli <florian@openwrt.org>
Tue, 25 Aug 2009 14:55:18 +0000 (14:55 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 25 Aug 2009 14:55:18 +0000 (14:55 +0000)
SVN-Revision: 17398

tools/quilt/Makefile

index b87d776c762103085a369c95b20d7ab48fcca9cb..316846361f17f58b875fdd681abc9aa8ad431ae4 100644 (file)
@@ -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