Edit

kc3-lang/automake/tags.am

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1995-11-16 18:34:20
    Hash : df36f434
    Message : (TAGS): bug fix

  • tags.am
  • 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;					\
    	if test -n "$(ETAGS_ARGS)$(CONFIG_HEADER)$$tags"; then \
    	  etags $(ETAGS_ARGS) $$tags $(CONFIG_HEADER); \
    	fi