Add --no-site-lisp to more Makefiles.
[bpt/emacs.git] / lib-src / Makefile.in
index 81ef749..ef27adc 100644 (file)
@@ -25,7 +25,7 @@ SHELL = /bin/sh
 
 # Following ../lisp/Makefile.in.
 EMACS = ../src/emacs
-EMACSOPT = -batch --no-site-file
+EMACSOPT = -batch --no-site-file --no-site-lisp
 
 # ==================== Things `configure' will edit ====================