diff options
| author | Stefan Monnier | 2007-08-29 21:48:23 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-08-29 21:48:23 +0000 |
| commit | b88c11ac65125f430b49f1fec637409670765f70 (patch) | |
| tree | c0b8d1a47a783fe3db8fb8b00705646606e62c07 /src | |
| parent | b1cb6b202b15a0518d552b273f3b29520a78c8a3 (diff) | |
| download | emacs-b88c11ac65125f430b49f1fec637409670765f70.tar.gz emacs-b88c11ac65125f430b49f1fec637409670765f70.zip | |
(${etc}DOC): Re-add a ${EXEEXT} which seems to have been
removed by mistake on the multi-tty branch.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 86c394f7bb2..0581badd969 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -995,7 +995,7 @@ emacs${EXEEXT}: temacs${EXEEXT} ${etc}DOC ${lisp} | |||
| 995 | for the first time, this prevents any variation between configurations | 995 | for the first time, this prevents any variation between configurations |
| 996 | in the contents of the DOC file. | 996 | in the contents of the DOC file. |
| 997 | Likewise for ${SOME_MACHINE_LISP}. */ | 997 | Likewise for ${SOME_MACHINE_LISP}. */ |
| 998 | ${etc}DOC: ${libsrc}make-docfile ${obj} ${shortlisp} ${SOME_MACHINE_LISP} | 998 | ${etc}DOC: ${libsrc}make-docfile${EXEEXT} ${obj} ${shortlisp} ${SOME_MACHINE_LISP} |
| 999 | -rm -f ${etc}DOC | 999 | -rm -f ${etc}DOC |
| 1000 | ${libsrc}make-docfile -d ${srcdir} ${SOME_MACHINE_OBJECTS} ${obj} > ${etc}DOC | 1000 | ${libsrc}make-docfile -d ${srcdir} ${SOME_MACHINE_OBJECTS} ${obj} > ${etc}DOC |
| 1001 | ${libsrc}make-docfile -a ${etc}DOC -d ${srcdir} ${SOME_MACHINE_LISP} ${shortlisp} | 1001 | ${libsrc}make-docfile -a ${etc}DOC -d ${srcdir} ${SOME_MACHINE_LISP} ${shortlisp} |