diff options
| author | Richard M. Stallman | 1994-02-12 02:10:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-02-12 02:10:41 +0000 |
| commit | 918a80cf33f67d15835cd303ea569a132c5db4d2 (patch) | |
| tree | 914e9cd51100663d046c1a36ccba95d08b9d928d /src | |
| parent | be1dca27175dc640cbb4f30f59111dbd2b7ef4c0 (diff) | |
| download | emacs-918a80cf33f67d15835cd303ea569a132c5db4d2.tar.gz emacs-918a80cf33f67d15835cd303ea569a132c5db4d2.zip | |
(${libsrc}make-docfile): Don't pass ../arch-lib as target to submake.
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 5562d504516..3727fa299cd 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -573,7 +573,7 @@ ${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp} | |||
| 573 | ${lisp} ${lispdir}version.el > ${etc}DOC | 573 | ${lisp} ${lispdir}version.el > ${etc}DOC |
| 574 | 574 | ||
| 575 | ${libsrc}make-docfile: | 575 | ${libsrc}make-docfile: |
| 576 | cd ${libsrc}; ${MAKE} ${MFLAGS} make-docfile ../arch-lib | 576 | cd ${libsrc}; ${MAKE} ${MFLAGS} make-docfile |
| 577 | 577 | ||
| 578 | /* Some systems define this to cause parallel Make-ing. */ | 578 | /* Some systems define this to cause parallel Make-ing. */ |
| 579 | #ifndef MAKE_PARALLEL | 579 | #ifndef MAKE_PARALLEL |