summaryrefslogtreecommitdiff
path: root/Makefile.local
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.local b/Makefile.local
index 1b8e222..c3fc7c5 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 $@) ; \