diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 5bdb8e85f02..af805e64e48 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -282,6 +282,7 @@ relock: | |||
| 282 | check: | 282 | check: |
| 283 | @echo "We don't have any tests for GNU Emacs yet." | 283 | @echo "We don't have any tests for GNU Emacs yet." |
| 284 | 284 | ||
| 285 | tags: TAGS | ||
| 285 | TAGS: etags | 286 | TAGS: etags |
| 286 | etags *.[ch] | 287 | etags *.[ch] |
| 287 | 288 | ||