X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=263879dddd6664b1549371710ec54146f02a1431;hb=73f60b0f0b460a6a4e3bf4c3053ad985a795c172;hp=f74890f2ac07ec8674550b7ba90175ae7017ffa2;hpb=b593521bd8b9af67a521a3a2e9145d76462be2e1;p=ejabberd.git diff --git a/Makefile b/Makefile index f74890f..263879d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ WEBFETCH := wget SHA1SUM := sha1sum -ALL += pyaspects +ALL += ejabberd ejabberd-URL := http://www.process-one.net/downloads/ejabberd/2.1.3/ejabberd-2.1.3.tar.gz ejabberd-SHA1SUM := 77fdf18c0bb3b25cf9045e0c833ba4d82f180469 ejabberd := $(notdir $(ejabberd-URL)) @@ -31,7 +31,7 @@ endef $(eval $(call download_target,ejabberd)) -sources: $(ALL) +sources: $(ALL) .PHONY: sources ####################