From 1662b8a4e0233f52fa473492b0fca6ae34d214a2 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sun, 14 Jun 2009 09:39:26 +0200 Subject: [PATCH] Makefile: Swap the order of lisp directories during compilation Patch by Baoqui Cui. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e867e6b03..6facd9f05 100644 --- a/Makefile +++ b/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