diff options
| author | Richard M. Stallman | 1996-08-31 23:47:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-08-31 23:47:10 +0000 |
| commit | 11c626be442649a0623a235331af98ef6e445f7e (patch) | |
| tree | 4f92b60c70f2ba3b7fdcd172906176aabb618e21 /lib-src | |
| parent | e318085a3aba6a576e83b423c9473eef87e482af (diff) | |
| download | emacs-11c626be442649a0623a235331af98ef6e445f7e.tar.gz emacs-11c626be442649a0623a235331af98ef6e445f7e.zip | |
(blessmail): Use $srcdir to find blessmail.el.
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 | ||