From 8733456b72337e2879dfd8f7aa6f4a0d8a09dbe9 Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Wed, 26 Aug 2009 07:55:31 +0000
Subject: [PATCH] fix quilt installation on all platforms

SVN-Revision: 17405
---
 tools/quilt/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile
index 316846361f..a6f2a9e95f 100644
--- a/tools/quilt/Makefile
+++ b/tools/quilt/Makefile
@@ -21,11 +21,11 @@ define Host/Configure
 endef
 
 define Host/Compile
-	$(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)"
+	$(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" all lib/backup-files
 endef
 
 define Host/Install
-	$(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" install lib/backup-files
+	$(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" install
 endef
 
 define Host/Clean
-- 
GitLab