summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-27 17:57:10 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-27 17:57:10 +0000
commitfdeb64d7beb1bcdd17bde8d5bef55757143374c6 (patch)
treeec74c6f984e03f2a752baf71e648ce0d5b394bb5
parentaa21fa117215d7ee7747417090041a1138f95421 (diff)
downloademacs-fdeb64d7beb1bcdd17bde8d5bef55757143374c6.tar.gz
(blessmail): Find blessmail.el in mail subdirectory.
-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 044b8d93e5c..4022906add6 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -233,7 +233,7 @@ all: ${DONT_INSTALL} ${UTILITIES} ${INSTALLABLES}
#ifdef MOVEMAIL_NEEDS_BLESSING
blessmail:
- ../src/emacs -batch -l $(srcdir)/../lisp/blessmail.el
+ ../src/emacs -batch -l $(srcdir)/../lisp/mail/blessmail.el
chmod +x blessmail
#endif