aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1994-04-27 21:43:24 +0000
committerKarl Heuer1994-04-27 21:43:24 +0000
commit2c32715abd66962ef05de3e95819ffe8ccb42900 (patch)
treed9d88617464180b06aec183d94582bf730808e99 /src
parent82a635f37787df7b81b5acc2b3bd1550c1e98e53 (diff)
downloademacs-2c32715abd66962ef05de3e95819ffe8ccb42900.tar.gz
emacs-2c32715abd66962ef05de3e95819ffe8ccb42900.zip
Use C-style comments.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in4
1 files 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:
858 chmod -w $(SOURCES) 858 chmod -w $(SOURCES)
859 chmod +w paths.h 859 chmod +w paths.h
860 860
861# Arrange to make a tags table in ../lisp, and another in this dir 861/* Arrange to make a tags table in ../lisp, and another in this dir
862# which includes ../lisp/TAGS by reference. 862 which includes ../lisp/TAGS by reference. */
863ctagsfiles = [a-zA-Z]*.h [a-zA-Z]*.c 863ctagsfiles = [a-zA-Z]*.h [a-zA-Z]*.c
864lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el 864lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el
865TAGS: $(ctagsfiles) 865TAGS: $(ctagsfiles)