# HG changeset patch # User Glenn Morris # Date 1171944497 0 # Node ID 62beaa88c2fbda94c1ebea8bee28c4d809aa830a # Parent d0bfd3ecebc337566950eb1e1b52c4d23d0d9afe Ulrich Mueller (tiny change): (EMACS, EMACSOPT): New variables. (blessmail): Use `--no-site-file' when compiling. diff -r d0bfd3ecebc3 -r 62beaa88c2fb lib-src/Makefile.in --- a/lib-src/Makefile.in Tue Feb 20 04:07:28 2007 +0000 +++ b/lib-src/Makefile.in Tue Feb 20 04:08:17 2007 +0000 @@ -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 @@ #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