diff leim/Makefile.in @ 112157:f07ac5fe9893

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.
author Glenn Morris <rgm@gnu.org>
date Fri, 07 Jan 2011 18:53:50 -0800
parents c55486404fcd
children
line wrap: on
line diff
--- a/leim/Makefile.in	Fri Jan 07 18:49:27 2011 -0800
+++ b/leim/Makefile.in	Fri Jan 07 18:53:50 2011 -0800
@@ -48,7 +48,7 @@
 
 # How to run Emacs.
 RUN-EMACS = EMACSLOADPATH=$(buildlisppath) LC_ALL=C \
-	${BUILT-EMACS} -batch --no-site-file
+	${BUILT-EMACS} -batch --no-site-file --no-site-lisp
 
 # Subdirectories to be made if ${srcdir} is different from the current
 # directory.