aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorK. Handa2016-01-08 23:21:43 +0900
committerK. Handa2016-01-08 23:21:43 +0900
commitf36805424633e3acb48ed9f0f729a36760e4cb7f (patch)
tree555f0e21f19aeee47d2855a5c7700afec5c81386 /lib-src
parentbc9a28ab424647209cc2f91ad21cdb41a7052812 (diff)
parent4580671f5e2a68885e0fca93eeaf9daaeebe82b3 (diff)
downloademacs-f36805424633e3acb48ed9f0f729a36760e4cb7f.tar.gz
emacs-f36805424633e3acb48ed9f0f729a36760e4cb7f.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in7
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
345check: 345check:
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
348tagsfiles = $(wildcard ${srcdir}/*.[ch])
349
350.PHONY: tags
348tags: TAGS 351tags: TAGS
349TAGS: etags${EXEEXT} 352TAGS: 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