]> sourceware.org Git - automake.git/commitdiff
(TAGS): Bug fixes.
authorTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 19:57:31 +0000 (19:57 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 19:57:31 +0000 (19:57 +0000)
lib/am/subdirs.am
subdirs.am

index 6eb0379178132200844a018e929745edd3792dfa..56e60595df7ffdb50b09eabc7bd6d62d950d3df1 100644 (file)
@@ -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
 
index 6eb0379178132200844a018e929745edd3792dfa..56e60595df7ffdb50b09eabc7bd6d62d950d3df1 100644 (file)
@@ -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
 
This page took 0.027977 seconds and 5 git commands to generate.