diff options
| author | Richard M. Stallman | 1994-01-08 13:10:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-08 13:10:41 +0000 |
| commit | bd4c276211421ea00f3d8b8e2d162681eb87a9e2 (patch) | |
| tree | b4966df48923d064a8c25e44c87ca93a752b47db /src | |
| parent | 12243266aa3323038d3294dc0d3c4de9985c439d (diff) | |
| download | emacs-bd4c276211421ea00f3d8b8e2d162681eb87a9e2.tar.gz emacs-bd4c276211421ea00f3d8b8e2d162681eb87a9e2.zip | |
(${etc}DOC): Put back ${lisp} accidentally deleted.
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 36da8534c78..1e01e8b2d10 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -552,7 +552,7 @@ emacs: temacs ${etc}DOC ${lisp} | |||
| 552 | ${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp} | 552 | ${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp} |
| 553 | rm -f ${etc}DOC | 553 | rm -f ${etc}DOC |
| 554 | ${libsrc}make-docfile -d ${srcdir} ${obj} ${SOME_MACHINE_OBJECTS} \ | 554 | ${libsrc}make-docfile -d ${srcdir} ${obj} ${SOME_MACHINE_OBJECTS} \ |
| 555 | ${lispdir}version.el > ${etc}DOC | 555 | ${lisp} ${lispdir}version.el > ${etc}DOC |
| 556 | 556 | ||
| 557 | ${libsrc}make-docfile: | 557 | ${libsrc}make-docfile: |
| 558 | cd ${libsrc}; ${MAKE} ${MFLAGS} make-docfile ../arch-lib | 558 | cd ${libsrc}; ${MAKE} ${MFLAGS} make-docfile ../arch-lib |