diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index da9a0b5b278..908be0b956b 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -229,7 +229,7 @@ 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 | ||