X-Git-Url: http://git.onelab.eu/?p=ejabberd.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=263879dddd6664b1549371710ec54146f02a1431;hp=02fb7c4c8c310eeae5c6464a3af1b968b908fe9a;hb=464f3529c9b34f83c009ea7ad9924b382027b889;hpb=11185a917af0030e505770c016f8c571ac953785 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 ####################