diff lib-src/Makefile.in @ 7702:5b7f83eff8dc

(blessmail): Don't depend on ../src/emacs.
author Richard M. Stallman <rms@gnu.org>
date Fri, 27 May 1994 07:19:06 +0000
parents bd6f993b61d8
children 5db3f3e8bf50
line wrap: on
line diff
--- a/lib-src/Makefile.in	Fri May 27 07:10:56 1994 +0000
+++ b/lib-src/Makefile.in	Fri May 27 07:19:06 1994 +0000
@@ -163,7 +163,7 @@
 all: ${UTILITIES} ${INSTALLABLES}
 
 #ifdef MOVEMAIL_NEEDS_BLESSING
-blessmail: ../src/emacs
+blessmail:
 	../src/emacs -batch -l ../lisp/blessmail.el
 	chmod +x blessmail
 #endif