make quilt installation work on cygwin
[openwrt/openwrt.git] / tools / quilt / Makefile
index b87d776c762103085a369c95b20d7ab48fcca9cb..316846361f17f58b875fdd681abc9aa8ad431ae4 100644 (file)
@@ -25,7 +25,7 @@ define Host/Compile
 endef
 
 define Host/Install
 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
 endef
 
 define Host/Clean