]> sourceware.org Git - automake.git/commitdiff
TAGS target now in tags.am
authorTom Tromey <tromey@redhat.com>
Thu, 16 Nov 1995 18:28:16 +0000 (18:28 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 16 Nov 1995 18:28:16 +0000 (18:28 +0000)
lib/am/subdirs.am
subdirs.am

index 33d65953d9ce3732594088633911587fe6d159fd..5e93c899f14f0a10293c5982ad8b5e430d02ecf9 100644 (file)
@@ -13,16 +13,6 @@ all install install-info uninstall check info dvi id ID::
          (cd $$subdir; $(MAKE) $@); \
        done
 
-tags TAGS::
-       tags=;                                  \
-       for subdir in $(SUBDIRS); do            \
-         (cd $$subdir && $(MAKE) TAGS);        \
-         if test -f $$subdir/TAGS; then        \
-           tags="$$tags -i $$subdir/TAGS";     \
-         fi;                                   \
-       done;                                   \
-       etags $$tags $(CONFIG_HEADER)
-
 mostlyclean: mostlyclean-recursive mostlyclean-local
 
 clean: clean-recursive clean-local
index 33d65953d9ce3732594088633911587fe6d159fd..5e93c899f14f0a10293c5982ad8b5e430d02ecf9 100644 (file)
@@ -13,16 +13,6 @@ all install install-info uninstall check info dvi id ID::
          (cd $$subdir; $(MAKE) $@); \
        done
 
-tags TAGS::
-       tags=;                                  \
-       for subdir in $(SUBDIRS); do            \
-         (cd $$subdir && $(MAKE) TAGS);        \
-         if test -f $$subdir/TAGS; then        \
-           tags="$$tags -i $$subdir/TAGS";     \
-         fi;                                   \
-       done;                                   \
-       etags $$tags $(CONFIG_HEADER)
-
 mostlyclean: mostlyclean-recursive mostlyclean-local
 
 clean: clean-recursive clean-local
This page took 0.03018 seconds and 5 git commands to generate.