]> sourceware.org Git - automake.git/commitdiff
(TAGS): Include $(CONFIG_HEADER) when making tags.
authorTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 22:22:09 +0000 (22:22 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 22:22:09 +0000 (22:22 +0000)
lib/am/subdirs.am
subdirs.am

index 352df9da5060ad0f1369649452493257ff5bbc8f..33d65953d9ce3732594088633911587fe6d159fd 100644 (file)
@@ -21,7 +21,7 @@ tags TAGS::
            tags="$$tags -i $$subdir/TAGS";     \
          fi;                                   \
        done;                                   \
-       etags $$tags
+       etags $$tags $(CONFIG_HEADER)
 
 mostlyclean: mostlyclean-recursive mostlyclean-local
 
index 352df9da5060ad0f1369649452493257ff5bbc8f..33d65953d9ce3732594088633911587fe6d159fd 100644 (file)
@@ -21,7 +21,7 @@ tags TAGS::
            tags="$$tags -i $$subdir/TAGS";     \
          fi;                                   \
        done;                                   \
-       etags $$tags
+       etags $$tags $(CONFIG_HEADER)
 
 mostlyclean: mostlyclean-recursive mostlyclean-local
 
This page took 0.028831 seconds and 5 git commands to generate.