Makefile: Swap the order of lisp directories during compilation
Patch by Baoqui Cui.
This commit is contained in:
parent
389a2cc336
commit
1662b8a4e0
4
Makefile
4
Makefile
|
@ -29,8 +29,8 @@ infodir = $(prefix)/share/info
|
|||
# Using emacs in batch mode.
|
||||
|
||||
BATCH=$(EMACS) -batch -q -no-site-file -eval \
|
||||
"(progn (add-to-list (quote load-path) (expand-file-name \"./lisp/\")) \
|
||||
(add-to-list (quote load-path) \"$(lispdir)\"))"
|
||||
"(progn (add-to-list (quote load-path) \"$(lispdir)\") \
|
||||
(add-to-list (quote load-path) (expand-file-name \"./lisp/\")))"
|
||||
|
||||
# Specify the byte-compiler for compiling org-mode files
|
||||
ELC= $(BATCH) -f batch-byte-compile
|
||||
|
|
Loading…
Reference in New Issue