X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/c940b9ddc2fe4eaf4cc0d8d134fe0dcac4d8af9a..refs/heads/mdw/emacs-warnings:/Makefile diff --git a/Makefile b/Makefile index 29359c0..004f550 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ SCRIPTLINKS += aspell-hack emerge-hack wakey.sh %.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