(cd $$subdir && $(MAKE) TAGS); \
if test -f $$subdir/TAGS; then \
tags="$$tags -i $$here/$$subdir/TAGS"; \
+ else \
+ true; \
fi; \
done; \
if test -n "$(ETAGS_ARGS)$(CONFIG_HEADER)$(SOURCES)$(HEADERS)$$tags"; \
then \
etags $(ETAGS_ARGS) $$tags $(CONFIG_HEADER) $(SOURCES) $(HEADERS); \
+ else \
+ true; \
fi
(cd $$subdir && $(MAKE) TAGS); \
if test -f $$subdir/TAGS; then \
tags="$$tags -i $$here/$$subdir/TAGS"; \
+ else \
+ true; \
fi; \
done; \
if test -n "$(ETAGS_ARGS)$(CONFIG_HEADER)$(SOURCES)$(HEADERS)$$tags"; \
then \
etags $(ETAGS_ARGS) $$tags $(CONFIG_HEADER) $(SOURCES) $(HEADERS); \
+ else \
+ true; \
fi