summaryrefslogtreecommitdiff
path: root/lib-src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-27 07:19:06 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-27 07:19:06 +0000
commitfa13d625d81ea2f3955cf1e585fa89f964d02131 (patch)
tree01eb095e6efdbaec17508c4606255b11780e4ebe /lib-src/Makefile.in
parent6ad2d72091cbafec376d1f76be813ec9bd9aa4fa (diff)
downloademacs-fa13d625d81ea2f3955cf1e585fa89f964d02131.tar.gz
(blessmail): Don't depend on ../src/emacs.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r--lib-src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index f79ac3e4528..921946aad84 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -163,7 +163,7 @@ CPP_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -Demacs -DHAVE_CONFIG_H \
all: ${UTILITIES} ${INSTALLABLES}
#ifdef MOVEMAIL_NEEDS_BLESSING
-blessmail: ../src/emacs
+blessmail:
../src/emacs -batch -l ../lisp/blessmail.el
chmod +x blessmail
#endif