summaryrefslogtreecommitdiff
path: root/subdirs.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1995-11-12 19:57:31 +0000
committerTom Tromey <tromey@redhat.com>1995-11-12 19:57:31 +0000
commit99d8e66e75524354b1b67de7287548cca86b306d (patch)
treea60f73a9dc1dde4976599a3abc199f8e98fb4c34 /subdirs.am
parentefba0a67a9e36dd7ffc3ebb8306b0da9f0654020 (diff)
downloadautomake-99d8e66e75524354b1b67de7287548cca86b306d.tar.gz
(TAGS): Bug fixes.
Diffstat (limited to 'subdirs.am')
-rw-r--r--subdirs.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/subdirs.am b/subdirs.am
index 6eb037917..56e60595d 100644
--- a/subdirs.am
+++ b/subdirs.am
@@ -17,11 +17,11 @@ tags TAGS::
tags=; \
for subdir in $(SUBDIRS); do \
(cd $$subdir && $(MAKE) TAGS); \
- if test -f $subdir/TAGS; then \
- tags="$tags -i $subdir/TAGS"; \
+ if test -f $$subdir/TAGS; then \
+ tags="$$tags -i $$subdir/TAGS"; \
fi; \
done; \
- etags $tags
+ etags $$tags
mostlyclean: mostlyclean-recursive mostlyclean-local