comparison src/Makefile.in @ 10078:42b9a0dbdb63

Fix erroneous comment syntax.
author Richard M. Stallman <rms@gnu.org>
date Mon, 28 Nov 1994 18:08:42 +0000
parents 8c24b6db3fa3
children 37363b2b9412
comparison
equal deleted inserted replaced
10077:ee5e9fbcd051 10078:42b9a0dbdb63
642 #else /* ! defined (HAVE_SHM) */ 642 #else /* ! defined (HAVE_SHM) */
643 ./temacs -batch -l loadup dump 643 ./temacs -batch -l loadup dump
644 #endif /* ! defined (HAVE_SHM) */ 644 #endif /* ! defined (HAVE_SHM) */
645 #endif /* ! defined (CANNOT_DUMP) */ 645 #endif /* ! defined (CANNOT_DUMP) */
646 646
647 # We run make-docfile twice because the command line may get too long 647 /* We run make-docfile twice because the command line may get too long
648 # on some systems. 648 on some systems. */
649 ${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp} 649 ${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp}
650 -rm -f ${etc}DOC 650 -rm -f ${etc}DOC
651 ${libsrc}make-docfile -d ${srcdir} ${obj} ${SOME_MACHINE_OBJECTS} > ${etc}DOC 651 ${libsrc}make-docfile -d ${srcdir} ${obj} ${SOME_MACHINE_OBJECTS} > ${etc}DOC
652 ${libsrc}make-docfile -a ${etc}DOC -d ${srcdir} ${lisp} 652 ${libsrc}make-docfile -a ${etc}DOC -d ${srcdir} ${lisp}
653 653