]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix erroneous comment syntax.
authorRichard M. Stallman <rms@gnu.org>
Mon, 28 Nov 1994 18:08:42 +0000 (18:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 28 Nov 1994 18:08:42 +0000 (18:08 +0000)
src/Makefile.in

index a051f8fb639067ecdfa72840ece25bd408c9a44b..5bccb0d50936f43a3dabaa155a3f2c0ec20f592b 100644 (file)
@@ -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