projects
/
librecmc
/
librecmc-fossil.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8178c5f
)
Fixed download.mk
author
nynex
<nynex>
Wed, 22 Apr 2015 23:17:57 +0000
(23:17 +0000)
committer
nynex
<nynex>
Wed, 22 Apr 2015 23:17:57 +0000
(23:17 +0000)
trunk/include/download.mk
patch
|
blob
|
history
diff --git
a/trunk/include/download.mk
b/trunk/include/download.mk
index 388dc72cb2193a9eef1cafe9797ea51c29eae2c8..adaa2e6ac5ed9b05b7e832309d6de8ad3bea9fd7 100644
(file)
--- a/
trunk/include/download.mk
+++ b/
trunk/include/download.mk
@@
-11,7
+11,7
@@
DOWNLOAD_RDEP=$(STAMP_PREPARED) $(HOST_STAMP_PREPARED)
define dl_method
$(strip \
$(if $(2),$(2), \
- $(if $(filter @GNOME/% @GNU/% @SF/% @SAVANNAH/% ftp://% http://% https://% file://%,$(1)),default, \
+ $(if $(filter @GNOME/% @GNU/% @
KERNEL/% @
SF/% @SAVANNAH/% ftp://% http://% https://% file://%,$(1)),default, \
$(if $(filter git://%,$(1)),git, \
$(if $(filter svn://%,$(1)),svn, \
$(if $(filter cvs://%,$(1)),cvs, \