projects
/
m6w6
/
travis-pecl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
72781b7
)
use https git url
author
Michael Wallner
<mike@php.net>
Thu, 22 Sep 2016 07:01:52 +0000
(09:01 +0200)
committer
Michael Wallner
<mike@php.net>
Thu, 22 Sep 2016 07:01:52 +0000
(09:01 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index dfd99da55b70b3143374b2528cd8576dcffbfb02..b07e26dc2a60215aea2c0c11bc16168bc4f6a3a6 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-162,7
+162,7
@@
pharext/%: $(PECL_INI) php | $(srcdir)/../%.ext.phar
## -- CPPCHECK
$(srcdir)/cppcheck-$(CPPCHECK_VERSION):
- git clone
github.com:
danmar/cppcheck.git $@ && cd $@ && git checkout $(CPPCHECK_VERSION)
+ git clone
https://github.com/
danmar/cppcheck.git $@ && cd $@ && git checkout $(CPPCHECK_VERSION)
$(srcdir)/cppcheck-$(CPPCHECK_VERSION)/cppcheck: | $(srcdir)/cppcheck-$(CPPCHECK_VERSION)
cd $| && make -j $(JOBS) cppcheck