index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
tools
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Florian Fainelli <florian@openwrt.org>
2009-08-26 07:55:31 +0000
committer
Florian Fainelli <florian@openwrt.org>
2009-08-26 07:55:31 +0000
commit
8733456b72337e2879dfd8f7aa6f4a0d8a09dbe9
(
patch
)
tree
f483ba4da2c9df1cf8f67c703ec1cf5dade8655f
/
tools
parent
e326ff3fa587e061dc4e106d36450fcf2e8841ab
(
diff
)
fix quilt installation on all platforms
SVN-Revision: 17405
Diffstat
(limited to 'tools')
-rw-r--r--
tools/quilt/Makefile
4
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