summaryrefslogtreecommitdiff
path: root/tools/quilt
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-08-26 07:55:31 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-08-26 07:55:31 +0000
commit8733456b72337e2879dfd8f7aa6f4a0d8a09dbe9 (patch)
treef483ba4da2c9df1cf8f67c703ec1cf5dade8655f /tools/quilt
parente326ff3fa587e061dc4e106d36450fcf2e8841ab (diff)
downloadmtk-20170518-8733456b72337e2879dfd8f7aa6f4a0d8a09dbe9.zip
mtk-20170518-8733456b72337e2879dfd8f7aa6f4a0d8a09dbe9.tar.gz
mtk-20170518-8733456b72337e2879dfd8f7aa6f4a0d8a09dbe9.tar.bz2
fix quilt installation on all platforms
SVN-Revision: 17405
Diffstat (limited to 'tools/quilt')
-rw-r--r--tools/quilt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile
index 3168463..a6f2a9e 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