aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris2011-01-07 18:53:50 -0800
committerGlenn Morris2011-01-07 18:53:50 -0800
commite7a4241753be8d11d72945af0c34b45f6645b60e (patch)
treec84c2cce8163a6187a5842d0c09e0d7c5e802928 /lib-src/Makefile.in
parent16eea16bc64a601f1d0bcda8c961873355279d38 (diff)
downloademacs-e7a4241753be8d11d72945af0c34b45f6645b60e.tar.gz
emacs-e7a4241753be8d11d72945af0c34b45f6645b60e.zip
Add --no-site-lisp to more Makefiles.
* leim/makefile.w32-in (RUN_EMACS): * leim/Makefile.in (RUN-EMACS): Add --no-site-lisp. * lib-src/Makefile.in (EMACSOPT): Add --no-site-lisp. * lisp/makefile.w32-in (EMACSOPT): Add --no-site-lisp.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r--lib-src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 81ef74939f3..ef27adc839f 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -25,7 +25,7 @@ SHELL = /bin/sh
25 25
26# Following ../lisp/Makefile.in. 26# Following ../lisp/Makefile.in.
27EMACS = ../src/emacs 27EMACS = ../src/emacs
28EMACSOPT = -batch --no-site-file 28EMACSOPT = -batch --no-site-file --no-site-lisp
29 29
30# ==================== Things `configure' will edit ==================== 30# ==================== Things `configure' will edit ====================
31 31