]> git.eshelyaron.com Git - emacs.git/commitdiff
(${etc}DOC): Put SOME_MACHINE_OBJECTS before obj.
authorRichard M. Stallman <rms@gnu.org>
Thu, 4 May 1995 21:55:08 +0000 (21:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 4 May 1995 21:55:08 +0000 (21:55 +0000)
src/Makefile.in

index bd67535f43b185c03a726a7f834f67e2c96c2085..22422ed14534f11e167b6f343fa8a9eb9361187c 100644 (file)
@@ -667,9 +667,14 @@ emacs: temacs ${etc}DOC ${lisp}
 
 /* We run make-docfile twice because the command line may get too long
    on some systems.  */
+/* ${SOME_MACHINE_OBJECTS} comes before ${obj} because some files may
+   or may not be included in ${obj}, but they are always included in
+   ${SOME_MACHINE_OBJECTS}.  Since a file is processed when it is mentioned
+   for the first time, this prevents any variation between configurations
+   in the contents of the DOC file.  */
 ${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp}
        -rm -f ${etc}DOC
-       ${libsrc}make-docfile -d ${srcdir} ${obj} ${SOME_MACHINE_OBJECTS} > ${etc}DOC
+       ${libsrc}make-docfile -d ${srcdir} ${SOME_MACHINE_OBJECTS} ${obj} > ${etc}DOC
        ${libsrc}make-docfile -a ${etc}DOC -d ${srcdir}  ${lisp}
 
 ${libsrc}make-docfile: