revert previous, will fix in distro.mk
[ejabberd.git] / Makefile
index 02fb7c4..263879d 100644 (file)
--- 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
 
 ####################