projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e326ff3
)
fix quilt installation on all platforms
author
Florian Fainelli
<florian@openwrt.org>
Wed, 26 Aug 2009 07:55:31 +0000
(07:55 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 26 Aug 2009 07:55:31 +0000
(07:55 +0000)
SVN-Revision: 17405
tools/quilt/Makefile
patch
|
blob
|
history
diff --git
a/tools/quilt/Makefile
b/tools/quilt/Makefile
index 316846361f17f58b875fdd681abc9aa8ad431ae4..a6f2a9e95fd5bc8fb099599ed3e029f9964311f4 100644
(file)
--- 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