From: Richard M. Stallman Date: Mon, 28 Nov 1994 18:08:42 +0000 (+0000) Subject: Fix erroneous comment syntax. X-Git-Tag: emacs-19.34~5777 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=847bb7555af1f2c94775ae529f37fd9c6b772194;p=emacs.git Fix erroneous comment syntax. --- 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