diff options
| author | K. Handa | 2016-01-08 23:21:43 +0900 |
|---|---|---|
| committer | K. Handa | 2016-01-08 23:21:43 +0900 |
| commit | f36805424633e3acb48ed9f0f729a36760e4cb7f (patch) | |
| tree | 555f0e21f19aeee47d2855a5c7700afec5c81386 /lib-src/Makefile.in | |
| parent | bc9a28ab424647209cc2f91ad21cdb41a7052812 (diff) | |
| parent | 4580671f5e2a68885e0fca93eeaf9daaeebe82b3 (diff) | |
| download | emacs-f36805424633e3acb48ed9f0f729a36760e4cb7f.tar.gz emacs-f36805424633e3acb48ed9f0f729a36760e4cb7f.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'lib-src/Makefile.in')
| -rw-r--r-- | lib-src/Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 2b65cb2e1a9..b666508e593 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -345,9 +345,12 @@ extraclean: maintainer-clean | |||
| 345 | check: | 345 | check: |
| 346 | @echo "We don't have any tests for the lib-src/ directory yet." | 346 | @echo "We don't have any tests for the lib-src/ directory yet." |
| 347 | 347 | ||
| 348 | tagsfiles = $(wildcard ${srcdir}/*.[ch]) | ||
| 349 | |||
| 350 | .PHONY: tags | ||
| 348 | tags: TAGS | 351 | tags: TAGS |
| 349 | TAGS: etags${EXEEXT} | 352 | TAGS: etags${EXEEXT} ${tagsfiles} |
| 350 | etags *.[ch] | 353 | ./etags ${tagsfiles} |
| 351 | 354 | ||
| 352 | ../lib/libgnu.a: $(config_h) | 355 | ../lib/libgnu.a: $(config_h) |
| 353 | $(MAKE) -C ../lib all | 356 | $(MAKE) -C ../lib all |