From f675ecb5d2011eab41915c7ac2cb817dca59d74d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 27 May 1994 07:19:06 +0000 Subject: [PATCH] (blessmail): Don't depend on ../src/emacs. --- lib-src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5