From: Richard M. Stallman Date: Sat, 31 Aug 1996 23:47:10 +0000 (+0000) Subject: (blessmail): Use $srcdir to find blessmail.el. X-Git-Tag: emacs-20.1~3933 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=11c626be442649a0623a235331af98ef6e445f7e;p=emacs.git (blessmail): Use $srcdir to find blessmail.el. --- 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