aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-08-31 23:47:10 +0000
committerRichard M. Stallman1996-08-31 23:47:10 +0000
commit11c626be442649a0623a235331af98ef6e445f7e (patch)
tree4f92b60c70f2ba3b7fdcd172906176aabb618e21 /lib-src
parente318085a3aba6a576e83b423c9473eef87e482af (diff)
downloademacs-11c626be442649a0623a235331af98ef6e445f7e.tar.gz
emacs-11c626be442649a0623a235331af98ef6e445f7e.zip
(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 da9a0b5b278..908be0b956b 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -229,7 +229,7 @@ all: ${DONT_INSTALL} ${UTILITIES} ${INSTALLABLES}
229 229
230#ifdef MOVEMAIL_NEEDS_BLESSING 230#ifdef MOVEMAIL_NEEDS_BLESSING
231blessmail: 231blessmail:
232 ../src/emacs -batch -l ../lisp/blessmail.el 232 ../src/emacs -batch -l $(srcdir)/../lisp/blessmail.el
233 chmod +x blessmail 233 chmod +x blessmail
234#endif 234#endif
235 235