summaryrefslogtreecommitdiffstats
path: root/tools/quilt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/quilt/Makefile')
-rw-r--r--tools/quilt/Makefile2
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