X-Git-Url: https://git.m6w6.name/?p=m6w6%2Ftravis-pecl;a=blobdiff_plain;f=Makefile;h=b07e26dc2a60215aea2c0c11bc16168bc4f6a3a6;hp=dfd99da55b70b3143374b2528cd8576dcffbfb02;hb=1a9608da123825ded9e7ff87306499b2793d3169;hpb=72781b71b7e5b3f5765a12e76d021d29cf17c37e diff --git a/Makefile b/Makefile index dfd99da..b07e26d 100644 --- 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