X-Git-Url: http://git.onelab.eu/?p=ejabberd.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=02fb7c4c8c310eeae5c6464a3af1b968b908fe9a;hp=f74890f2ac07ec8674550b7ba90175ae7017ffa2;hb=11185a917af0030e505770c016f8c571ac953785;hpb=07f9c4cb5df585c5996abf25de53683dcb5b6895 diff --git a/Makefile b/Makefile index f74890f..02fb7c4 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,9 @@ endef $(eval $(call download_target,ejabberd)) -sources: $(ALL) +SOURCEFILES := $(shell cat sources 2>/dev/null | awk '{ print gensub("^.*/", "", 1, $$2) }') + +sources: $(ALL) $(SOURCEFILES) .PHONY: sources ####################