comparison lib-src/Makefile.in @ 16011:6c79ea3957c6

(blessmail): Use $srcdir to find blessmail.el.
author Richard M. Stallman <rms@gnu.org>
date Sat, 31 Aug 1996 23:47:10 +0000
parents c77ea6e08c29
children 5e92da241aba
comparison
equal deleted inserted replaced
16010:4addc35d079b 16011:6c79ea3957c6
227 227
228 all: ${DONT_INSTALL} ${UTILITIES} ${INSTALLABLES} 228 all: ${DONT_INSTALL} ${UTILITIES} ${INSTALLABLES}
229 229
230 #ifdef MOVEMAIL_NEEDS_BLESSING 230 #ifdef MOVEMAIL_NEEDS_BLESSING
231 blessmail: 231 blessmail:
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
236 maybe-blessmail: BLESSMAIL 236 maybe-blessmail: BLESSMAIL
237 #ifdef MOVEMAIL_NEEDS_BLESSING 237 #ifdef MOVEMAIL_NEEDS_BLESSING