From 11c626be442649a0623a235331af98ef6e445f7e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 31 Aug 1996 23:47:10 +0000 Subject: [PATCH] (blessmail): Use $srcdir to find 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 da9a0b5b278..908be0b956b 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -229,7 +229,7 @@ all: ${DONT_INSTALL} ${UTILITIES} ${INSTALLABLES} #ifdef MOVEMAIL_NEEDS_BLESSING blessmail: - ../src/emacs -batch -l ../lisp/blessmail.el + ../src/emacs -batch -l $(srcdir)/../lisp/blessmail.el chmod +x blessmail #endif -- 2.39.2