From 828524de84815fea02944be3d6bac5b6e7f49387 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 27 Jun 1997 17:57:10 +0000 Subject: [PATCH] (blessmail): Find blessmail.el in mail subdirectory. --- 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 044b8d93e5c..4022906add6 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -233,7 +233,7 @@ all: ${DONT_INSTALL} ${UTILITIES} ${INSTALLABLES} #ifdef MOVEMAIL_NEEDS_BLESSING blessmail: - ../src/emacs -batch -l $(srcdir)/../lisp/blessmail.el + ../src/emacs -batch -l $(srcdir)/../lisp/mail/blessmail.el chmod +x blessmail #endif -- 2.39.2