diff options
| author | Richard M. Stallman | 1994-04-19 21:45:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-19 21:45:38 +0000 |
| commit | 270eee492993d027edaa58b58d87ff87bedeb5c4 (patch) | |
| tree | b9d2d1428a832b6ffaab0ee1095b5f4355544fbf /src/Makefile.in | |
| parent | 0680592c259adf65f379ba6684f32dbf6257ceb0 (diff) | |
| download | emacs-270eee492993d027edaa58b58d87ff87bedeb5c4.tar.gz emacs-270eee492993d027edaa58b58d87ff87bedeb5c4.zip | |
(${etc}DOC): Delete redundant version.el from cmd.
Diffstat (limited to 'src/Makefile.in')
| -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 a48253a8506..218e053689e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -575,7 +575,7 @@ emacs: temacs ${etc}DOC ${lisp} | |||
| 575 | ${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp} | 575 | ${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp} |
| 576 | rm -f ${etc}DOC | 576 | rm -f ${etc}DOC |
| 577 | ${libsrc}make-docfile -d ${srcdir} ${obj} ${SOME_MACHINE_OBJECTS} \ | 577 | ${libsrc}make-docfile -d ${srcdir} ${obj} ${SOME_MACHINE_OBJECTS} \ |
| 578 | ${lisp} ${lispdir}version.el > ${etc}DOC | 578 | ${lisp} > ${etc}DOC |
| 579 | 579 | ||
| 580 | ${libsrc}make-docfile: | 580 | ${libsrc}make-docfile: |
| 581 | cd ${libsrc}; ${MAKE} ${MFLAGS} make-docfile | 581 | cd ${libsrc}; ${MAKE} ${MFLAGS} make-docfile |