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:
5211c0c
)
make quilt installation work on cygwin
author
Florian Fainelli
<florian@openwrt.org>
Tue, 25 Aug 2009 14:55:18 +0000
(14:55 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 25 Aug 2009 14:55:18 +0000
(14:55 +0000)
SVN-Revision: 17398
tools/quilt/Makefile
patch
|
blob
|
history
diff --git
a/tools/quilt/Makefile
b/tools/quilt/Makefile
index b87d776c762103085a369c95b20d7ab48fcca9cb..316846361f17f58b875fdd681abc9aa8ad431ae4 100644
(file)
--- a/
tools/quilt/Makefile
+++ b/
tools/quilt/Makefile
@@
-25,7
+25,7
@@
define Host/Compile
endef
define Host/Install
- $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" install
+ $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" install
lib/backup-files
endef
define Host/Clean