# HG changeset patch # User Richard M. Stallman # Date 841535230 0 # Node ID 6c79ea3957c61c3e99ad4999eb7f96f5ac4ed18b # Parent 4addc35d079bc5b2e8e6b9237c1150b7a820b0a3 (blessmail): Use $srcdir to find blessmail.el. diff -r 4addc35d079b -r 6c79ea3957c6 lib-src/Makefile.in --- 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