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