From 2c32715abd66962ef05de3e95819ffe8ccb42900 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 27 Apr 1994 21:43:24 +0000 Subject: [PATCH] Use C-style comments. --- src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 02e98304600..faceaee84a1 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -858,8 +858,8 @@ relock: chmod -w $(SOURCES) chmod +w paths.h -# Arrange to make a tags table in ../lisp, and another in this dir -# which includes ../lisp/TAGS by reference. +/* Arrange to make a tags table in ../lisp, and another in this dir + which includes ../lisp/TAGS by reference. */ ctagsfiles = [a-zA-Z]*.h [a-zA-Z]*.c lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el TAGS: $(ctagsfiles) -- 2.11.4.GIT