From: Richard M. Stallman Date: Fri, 27 May 1994 07:19:06 +0000 (+0000) Subject: (blessmail): Don't depend on ../src/emacs. X-Git-Tag: emacs-19.34~8151 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f675ecb5d2011eab41915c7ac2cb817dca59d74d;p=emacs.git (blessmail): Don't depend on ../src/emacs. --- 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 \ all: ${UTILITIES} ${INSTALLABLES} #ifdef MOVEMAIL_NEEDS_BLESSING -blessmail: ../src/emacs +blessmail: ../src/emacs -batch -l ../lisp/blessmail.el chmod +x blessmail #endif