]> git.eshelyaron.com Git - emacs.git/commitdiff
(blessmail): Use $srcdir to find blessmail.el.
authorRichard M. Stallman <rms@gnu.org>
Sat, 31 Aug 1996 23:47:10 +0000 (23:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 31 Aug 1996 23:47:10 +0000 (23:47 +0000)
lib-src/Makefile.in

index da9a0b5b278b5be3382798e5be8f12235f7dac3a..908be0b956ba758d7f2d9a07b118622ad0933c18 100644 (file)
@@ -229,7 +229,7 @@ all: ${DONT_INSTALL} ${UTILITIES} ${INSTALLABLES}
 
 #ifdef MOVEMAIL_NEEDS_BLESSING
 blessmail:
-       ../src/emacs -batch -l ../lisp/blessmail.el
+       ../src/emacs -batch -l $(srcdir)/../lisp/blessmail.el
        chmod +x blessmail
 #endif