summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index a051f8fb639..5bccb0d5093 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -644,8 +644,8 @@ emacs: temacs ${etc}DOC ${lisp}
#endif /* ! defined (HAVE_SHM) */
#endif /* ! defined (CANNOT_DUMP) */
-# We run make-docfile twice because the command line may get too long
-# on some systems.
+/* We run make-docfile twice because the command line may get too long
+ on some systems. */
${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp}
-rm -f ${etc}DOC
${libsrc}make-docfile -d ${srcdir} ${obj} ${SOME_MACHINE_OBJECTS} > ${etc}DOC