summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-16 22:02:48 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-16 22:02:48 +0000
commitb073f8f8d739a4709a44cb6f5452af7ea0c08c70 (patch)
tree2b6833852a9f6e357233b69376adff25cad12360 /lib-src
parent18f08b35df17d6ddf904310c883ae63f309825e4 (diff)
downloademacs-b073f8f8d739a4709a44cb6f5452af7ea0c08c70.tar.gz
(blessmail): Specify directory for blessmail.el.
Diffstat (limited to 'lib-src')
-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 39c09cf76fd..f79ac3e4528 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -164,7 +164,7 @@ all: ${UTILITIES} ${INSTALLABLES}
#ifdef MOVEMAIL_NEEDS_BLESSING
blessmail: ../src/emacs
- ../src/emacs -batch -l blessmail.el
+ ../src/emacs -batch -l ../lisp/blessmail.el
chmod +x blessmail
#endif