TAGS: don't go into git dirs.

Things get quite confusing when this happens.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2016-06-29 06:49:20 +09:30
parent 43db90391a
commit d1416ea5b5
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ check-source: check-makefile check-source-bolt \
full-check: check $(TEST_PROGRAMS) check-source
TAGS: FORCE
$(RM) TAGS; find . -name '*.[ch]' | xargs etags --append
$(RM) TAGS; find * -name '*.[ch]' | xargs etags --append
FORCE::
ccan/ccan/cdump/tools/cdump-enumstr: ccan/ccan/cdump/tools/cdump-enumstr.o $(CDUMP_OBJS) $(CCAN_OBJS)