%.elc: %.el $$(foreach e, $$($$*_DEPS), $$(DEP_$$e))
$(call v_tag,EMACS)if ! $(EMACS) >$*.build-log 2>&1 \
-L el/ -L $(EMACSLIB) \
- --batch --no-site-file \
+ --batch \
--eval '(kill-emacs (if (byte-compile-file "$<") 0 2))'; then \
cat $*.build-log; exit 2; \
fi