mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
Makefile: Add the emacs directory to load-path when compiling
Reviewed-by: Carl Worth <cworth@cworth.org>: Presumably, this is to enable proper building in the very near-term future where the emacs implementation consists of multiple files where some will `require' functions from others.
This commit is contained in:
parent
44df403ccd
commit
7b1566db8a
1 changed files with 1 additions and 1 deletions
|
@ -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 $@) ; \
|
||||
|
|
Loading…
Reference in a new issue