summaryrefslogtreecommitdiff
path: root/tags.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-09-20 15:55:22 +0000
committerTom Tromey <tromey@redhat.com>1996-09-20 15:55:22 +0000
commit54c01922a4a95ca37ef50e441471bad2c817ba85 (patch)
tree2ebca13630ad8a896140e3c900106b1d559e54bc /tags.am
parent151c476864710441055bf6e03b7215fc84552c2d (diff)
downloadautomake-54c01922a4a95ca37ef50e441471bad2c817ba85.tar.gz
Allow config.h in subdir; other config.h cleanups
Diffstat (limited to 'tags.am')
-rw-r--r--tags.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/tags.am b/tags.am
index 68e2bd5df..6da650947 100644
--- a/tags.am
+++ b/tags.am
@@ -28,9 +28,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(CONFIG_HEADER) \
tags=; \
here=`pwd`; \
for subdir in $(SUBDIRS); do \
- test -f $$subdir/TAGS && { \
- tags="$$tags -i $$here/$$subdir/TAGS"; \
- } \
+ test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
done; \
## Make sure we have something to run etags on.
test -z "$(ETAGS_ARGS)$(CONFIG_HEADER)$(SOURCES)$(HEADERS)$$tags" \