Mercurial > emacs
diff src/Makefile.in @ 7137:be78bf0c9e71
Use C-style comments.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Wed, 27 Apr 1994 21:43:24 +0000 |
| parents | 8bc5866949d6 |
| children | 1221250ed953 |
line wrap: on
line diff
--- a/src/Makefile.in Wed Apr 27 20:20:31 1994 +0000 +++ b/src/Makefile.in Wed Apr 27 21:43:24 1994 +0000 @@ -858,8 +858,8 @@ 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)
