From 847bb7555af1f2c94775ae529f37fd9c6b772194 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 28 Nov 1994 18:08:42 +0000 Subject: [PATCH] Fix erroneous comment syntax. --- src/Makefile.in | 4 ++-- 1 file 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 -- 2.39.5