]> git.eshelyaron.com Git - emacs.git/commitdiff
(blessmail): Don't depend on ../src/emacs.
authorRichard M. Stallman <rms@gnu.org>
Fri, 27 May 1994 07:19:06 +0000 (07:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 27 May 1994 07:19:06 +0000 (07:19 +0000)
lib-src/Makefile.in

index f79ac3e4528e88ee6e887645df508e7f159fd0c8..921946aad8430a94f871b7ab4becc9243ce2a884 100644 (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