changeset 16011:6c79ea3957c6

(blessmail): Use $srcdir to find blessmail.el.
author Richard M. Stallman <rms@gnu.org>
date Sat, 31 Aug 1996 23:47:10 +0000
parents 4addc35d079b
children 3b5ffd35defe
files lib-src/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/Makefile.in	Sat Aug 31 23:41:26 1996 +0000
+++ b/lib-src/Makefile.in	Sat Aug 31 23:47:10 1996 +0000
@@ -229,7 +229,7 @@
 
 #ifdef MOVEMAIL_NEEDS_BLESSING
 blessmail:
-	../src/emacs -batch -l ../lisp/blessmail.el
+	../src/emacs -batch -l $(srcdir)/../lisp/blessmail.el
 	chmod +x blessmail
 #endif