aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-08-31 23:47:10 +0000
committerRichard M. Stallman <[email protected]>1996-08-31 23:47:10 +0000
commit11c626be442649a0623a235331af98ef6e445f7e (patch)
tree4f92b60c70f2ba3b7fdcd172906176aabb618e21 /lib-src
parente318085a3aba6a576e83b423c9473eef87e482af (diff)
(blessmail): Use $srcdir to find blessmail.el.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index da9a0b5b27..908be0b956 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