aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
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