Makefile: Swap the order of lisp directories during compilation

Patch by Baoqui Cui.
This commit is contained in:
Carsten Dominik 2009-06-14 09:39:26 +02:00
parent 389a2cc336
commit 1662b8a4e0
1 changed files with 2 additions and 2 deletions

View File

@ -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