(blessmail): Don't depend on ../src/emacs.

This commit is contained in:
Richard M. Stallman 1994-05-27 07:19:06 +00:00
parent 5a53485189
commit f675ecb5d2

View file

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