]> git.eshelyaron.com Git - emacs.git/commitdiff
(blessmail): Find blessmail.el in mail subdirectory.
authorRichard M. Stallman <rms@gnu.org>
Fri, 27 Jun 1997 17:57:10 +0000 (17:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 27 Jun 1997 17:57:10 +0000 (17:57 +0000)
lib-src/Makefile.in

index 044b8d93e5c8e9f2148a258bf13ead32668947e7..4022906add6f6853ef06ae6a70d8ddefa5ac7002 100644 (file)
@@ -233,7 +233,7 @@ all: ${DONT_INSTALL} ${UTILITIES} ${INSTALLABLES}
 
 #ifdef MOVEMAIL_NEEDS_BLESSING
 blessmail:
-       ../src/emacs -batch -l $(srcdir)/../lisp/blessmail.el
+       ../src/emacs -batch -l $(srcdir)/../lisp/mail/blessmail.el
        chmod +x blessmail
 #endif