diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-27 17:57:10 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-27 17:57:10 +0000 |
commit | 828524de84815fea02944be3d6bac5b6e7f49387 (patch) | |
tree | 78cc87cb706469618eef4ded38978b767827d5ed /lib-src | |
parent | 762d80d12280738231cb58fc11eac6aec2272034 (diff) | |
download | emacs-828524de84815fea02944be3d6bac5b6e7f49387.tar.gz |
(blessmail): Find blessmail.el in mail subdirectory.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/Makefile.in | 2 |
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 |