aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-27 07:19:06 +0000
committerRichard M. Stallman1994-05-27 07:19:06 +0000
commitf675ecb5d2011eab41915c7ac2cb817dca59d74d (patch)
tree6748468c0fb5777a3a98e0875a4733b4db019c1a
parent5a534851893ffbd264a8dd2622169daee6a78f25 (diff)
downloademacs-f675ecb5d2011eab41915c7ac2cb817dca59d74d.tar.gz
emacs-f675ecb5d2011eab41915c7ac2cb817dca59d74d.zip
(blessmail): Don't depend on ../src/emacs.
-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 f79ac3e4528..921946aad84 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -163,7 +163,7 @@ CPP_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -Demacs -DHAVE_CONFIG_H \
163all: ${UTILITIES} ${INSTALLABLES} 163all: ${UTILITIES} ${INSTALLABLES}
164 164
165#ifdef MOVEMAIL_NEEDS_BLESSING 165#ifdef MOVEMAIL_NEEDS_BLESSING
166blessmail: ../src/emacs 166blessmail:
167 ../src/emacs -batch -l ../lisp/blessmail.el 167 ../src/emacs -batch -l ../lisp/blessmail.el
168 chmod +x blessmail 168 chmod +x blessmail
169#endif 169#endif