From 2b243866ab7837c8934f5f3e542252898eda7d15 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 16 May 1994 22:02:48 +0000 Subject: [PATCH] (blessmail): Specify directory for blessmail.el. --- 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 39c09cf76fd..f79ac3e4528 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -164,7 +164,7 @@ all: ${UTILITIES} ${INSTALLABLES} #ifdef MOVEMAIL_NEEDS_BLESSING blessmail: ../src/emacs - ../src/emacs -batch -l blessmail.el + ../src/emacs -batch -l ../lisp/blessmail.el chmod +x blessmail #endif -- 2.39.5