]> git.eshelyaron.com Git - emacs.git/commitdiff
(blessmail): Specify directory for blessmail.el.
authorRichard M. Stallman <rms@gnu.org>
Mon, 16 May 1994 22:02:48 +0000 (22:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 16 May 1994 22:02:48 +0000 (22:02 +0000)
lib-src/Makefile.in

index 39c09cf76fd3dd0e5f96aaf83ec9827f0b9544b8..f79ac3e4528e88ee6e887645df508e7f159fd0c8 100644 (file)
@@ -164,7 +164,7 @@ all: ${UTILITIES} ${INSTALLABLES}
 
 #ifdef MOVEMAIL_NEEDS_BLESSING
 blessmail: ../src/emacs
-       ../src/emacs -batch -l blessmail.el
+       ../src/emacs -batch -l ../lisp/blessmail.el
        chmod +x blessmail
 #endif