[tools] make quilt installation work on cygwin
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 25 Aug 2009 14:55:18 +0000 (14:55 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 25 Aug 2009 14:55:18 +0000 (14:55 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17398 3c298f89-4303-0410-b956-a3cf2f4a3e73

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