From: Glenn Morris Date: Tue, 20 Feb 2007 04:08:17 +0000 (+0000) Subject: Ulrich Mueller (tiny change): X-Git-Tag: emacs-pretest-22.0.94~55 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70e48c86169403b122b8bd9795e071c3e1b0b957;p=emacs.git Ulrich Mueller (tiny change): (EMACS, EMACSOPT): New variables. (blessmail): Use `--no-site-file' when compiling. --- diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index bddabd364ad..e8427627dd8 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -23,6 +23,10 @@ # inherited from the environment. SHELL = /bin/sh +# Following ../lisp/Makefile.in. +EMACS = ../src/emacs +EMACSOPT = -batch --no-site-file --multibyte + # ==================== Things `configure' will edit ==================== CC=@CC@ @@ -279,7 +283,7 @@ vcdiff: $(srcdir)/vcdiff #ifdef MOVEMAIL_NEEDS_BLESSING blessmail: - ../src/emacs -batch -l $(srcdir)/../lisp/mail/blessmail.el + $(EMACS) $(EMACSOPT) -l $(srcdir)/../lisp/mail/blessmail.el chmod +x blessmail #endif