Explorar o código

Makefile: Swap the order of lisp directories during compilation

Patch by Baoqui Cui.
Carsten Dominik %!s(int64=16) %!d(string=hai) anos
pai
achega
1662b8a4e0
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Makefile

+ 2 - 2
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