1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(blessmail): Specify directory for blessmail.el.

This commit is contained in:
Richard M. Stallman 1994-05-16 22:02:48 +00:00
parent f60044f5c6
commit 2b243866ab

View file

@ -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