diff lib-src/Makefile.in @ 7516:bd6f993b61d8

(blessmail): Specify directory for blessmail.el.
author Richard M. Stallman <rms@gnu.org>
date Mon, 16 May 1994 22:02:48 +0000
parents 7c857b26b91e
children 5b7f83eff8dc
line wrap: on
line diff
--- a/lib-src/Makefile.in	Mon May 16 21:29:03 1994 +0000
+++ b/lib-src/Makefile.in	Mon May 16 22:02:48 1994 +0000
@@ -164,7 +164,7 @@
 
 #ifdef MOVEMAIL_NEEDS_BLESSING
 blessmail: ../src/emacs
-	../src/emacs -batch -l blessmail.el
+	../src/emacs -batch -l ../lisp/blessmail.el
 	chmod +x blessmail
 #endif