diff options
| author | Karl Heuer | 1994-04-27 21:43:24 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-04-27 21:43:24 +0000 |
| commit | 2c32715abd66962ef05de3e95819ffe8ccb42900 (patch) | |
| tree | d9d88617464180b06aec183d94582bf730808e99 /src | |
| parent | 82a635f37787df7b81b5acc2b3bd1550c1e98e53 (diff) | |
| download | emacs-2c32715abd66962ef05de3e95819ffe8ccb42900.tar.gz emacs-2c32715abd66962ef05de3e95819ffe8ccb42900.zip | |
Use C-style comments.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 4 |
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. */ |
| 863 | ctagsfiles = [a-zA-Z]*.h [a-zA-Z]*.c | 863 | ctagsfiles = [a-zA-Z]*.h [a-zA-Z]*.c |
| 864 | lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el | 864 | lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el |
| 865 | TAGS: $(ctagsfiles) | 865 | TAGS: $(ctagsfiles) |