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 f79ac3e4528..921946aad84 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -163,7 +163,7 @@ CPP_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -Demacs -DHAVE_CONFIG_H \ | |||
| 163 | all: ${UTILITIES} ${INSTALLABLES} | 163 | all: ${UTILITIES} ${INSTALLABLES} |
| 164 | 164 | ||
| 165 | #ifdef MOVEMAIL_NEEDS_BLESSING | 165 | #ifdef MOVEMAIL_NEEDS_BLESSING |
| 166 | blessmail: ../src/emacs | 166 | blessmail: |
| 167 | ../src/emacs -batch -l ../lisp/blessmail.el | 167 | ../src/emacs -batch -l ../lisp/blessmail.el |
| 168 | chmod +x blessmail | 168 | chmod +x blessmail |
| 169 | #endif | 169 | #endif |