I'm going through a few commands in Makefiles line by line, and unless I missed something, "$(STATICDIR)" in "template-distillery/Makefile.*" has no value assigned.
DIST_DIRS := $(ETCDIR) $(DATADIR) $(LIBDIR) $(LOGDIR) $(STATICDIR) \
$(FILESDIR)/avatars/tmp $(ELIOMSTATICDIR) \
$(shell dirname $(CMDPIPE)) $(ELIOMTMPDIR)