summaryrefslogtreecommitdiff
path: root/lib/am/lisp.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/am/lisp.am')
-rw-r--r--lib/am/lisp.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/am/lisp.am b/lib/am/lisp.am
index 45c58a6da..746f01679 100644
--- a/lib/am/lisp.am
+++ b/lib/am/lisp.am
@@ -38,7 +38,7 @@ endif %?INSTALL%
esac; \
## Emacs byte-compilation won't create this automatically, sadly.
test -d "$$am__dir" || $(MKDIR_P) "$$am__dir" || exit 1; \
- $(EMACS) --batch \
+ $(EMACS) --batch --no-site-file \
$(AM_ELCFLAGS) $(ELCFLAGS) \
$$am__subdir_includes -L $(builddir) -L $(srcdir) \
--eval '$(am__emacs_byte_compile_setup)' \