X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=c3fc7c5ca14e67953b7526485bccdb14b51740a6;hp=1b8e222f268eddc709b7fb56031fc167575241b8;hb=7b1566db8a2ba682d9e2b7a83a1d8793f92295f3;hpb=a07962d3ec898f58507f71ada7af66f1c305cf60 diff --git a/Makefile.local b/Makefile.local index 1b8e222f..c3fc7c5c 100644 --- a/Makefile.local +++ b/Makefile.local @@ -78,7 +78,7 @@ quiet_symlink = $(call quiet_args,SYMLINK,$1) $(call quiet,CC,$(CFLAGS)) -c $(FINAL_CFLAGS) $< -o $@ %.elc: %.el - $(call quiet,EMACS) -batch -f batch-byte-compile $< + $(call quiet,EMACS) --directory emacs -batch -f batch-byte-compile $< .deps/%.d: %.c $(global_deps) @set -e; rm -f $@; mkdir -p $$(dirname $@) ; \