comparison lib-src/Makefile.in @ 76035:62beaa88c2fb

Ulrich Mueller <ulm at kph.uni-mainz.de> (tiny change): (EMACS, EMACSOPT): New variables. (blessmail): Use `--no-site-file' when compiling.
author Glenn Morris <rgm@gnu.org>
date Tue, 20 Feb 2007 04:08:17 +0000
parents 6d19c76d81c5
children e2221fe67336
comparison
equal deleted inserted replaced
76034:d0bfd3ecebc3 76035:62beaa88c2fb
20 # Boston, MA 02110-1301, USA. 20 # Boston, MA 02110-1301, USA.
21 21
22 # Avoid trouble on systems where the `SHELL' variable might be 22 # Avoid trouble on systems where the `SHELL' variable might be
23 # inherited from the environment. 23 # inherited from the environment.
24 SHELL = /bin/sh 24 SHELL = /bin/sh
25
26 # Following ../lisp/Makefile.in.
27 EMACS = ../src/emacs
28 EMACSOPT = -batch --no-site-file --multibyte
25 29
26 # ==================== Things `configure' will edit ==================== 30 # ==================== Things `configure' will edit ====================
27 31
28 CC=@CC@ 32 CC=@CC@
29 CFLAGS=@CFLAGS@ 33 CFLAGS=@CFLAGS@
277 vcdiff: $(srcdir)/vcdiff 281 vcdiff: $(srcdir)/vcdiff
278 cp -p $(srcdir)/vcdiff vcdiff 282 cp -p $(srcdir)/vcdiff vcdiff
279 283
280 #ifdef MOVEMAIL_NEEDS_BLESSING 284 #ifdef MOVEMAIL_NEEDS_BLESSING
281 blessmail: 285 blessmail:
282 ../src/emacs -batch -l $(srcdir)/../lisp/mail/blessmail.el 286 $(EMACS) $(EMACSOPT) -l $(srcdir)/../lisp/mail/blessmail.el
283 chmod +x blessmail 287 chmod +x blessmail
284 #endif 288 #endif
285 289
286 maybe-blessmail: BLESSMAIL 290 maybe-blessmail: BLESSMAIL
287 #ifdef MOVEMAIL_NEEDS_BLESSING 291 #ifdef MOVEMAIL_NEEDS_BLESSING