summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-11-28 18:08:42 +0000
committerRichard M. Stallman <rms@gnu.org>1994-11-28 18:08:42 +0000
commit847bb7555af1f2c94775ae529f37fd9c6b772194 (patch)
tree0493c32e01ad64b6867fee2c72fdeaa3403fcdbc /src/Makefile.in
parente79a0e1bf3feafe26843cd2369c72487ffb3ab0b (diff)
downloademacs-847bb7555af1f2c94775ae529f37fd9c6b772194.tar.gz
Fix erroneous comment syntax.
Diffstat (limited to 'src/Makefile.in')
-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