aboutsummaryrefslogtreecommitdiffstats
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
commit09dba2abc826dd6c184ccada23f46fa4b50e7a4d (patch)
tree45a37ed38d51d940cf977be94e623bb72eb97ce9 /tools/quilt
parentd90ee80bbcd1c3728ace03369d16ffe5c04bb30f (diff)
downloadmaster-187ad058-09dba2abc826dd6c184ccada23f46fa4b50e7a4d.tar.gz
master-187ad058-09dba2abc826dd6c184ccada23f46fa4b50e7a4d.tar.bz2
master-187ad058-09dba2abc826dd6c184ccada23f46fa4b50e7a4d.zip
[tools] fix quilt installation on all platforms
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17405 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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