chiark / gitweb /
setup: Find a good Emacs21 and use that for compiling things.
[profile] / emacs-Makefile
index aa8da92bd3af099b6ea6a33fab669360dec66eed..987378abce50dec68a35e8828ada83c832658ec8 100644 (file)
@@ -1,7 +1,9 @@
 ### Emacs configuration Makefile
 
+EMACS = emacs
+
 all: dot-emacs.elc
 
 .SUFFIXES: .el .elc
 .el.elc:
-       emacs --batch --eval '(byte-compile-file "$<")'
+       $(EMACS) --batch --no-site-file --eval '(byte-compile-file "$<")'