Fixed the Emacs tags rules to recognize C++ sources as well. Thanks to Todd Larason (jtl@molehill.org).

This commit is contained in:
briano 1998-04-15 23:56:45 +00:00
parent b1e8ff1432
commit fc19463ba7

View File

@ -708,7 +708,7 @@ $(MY_CONFIG) $(MY_RULES):
# or in $(MY_RULES)
#
ifdef ETAGS
ifneq ($(CSRCS)$(HEADERS),)
ifneq ($(CSRCS)$(CPPSRCS)$(HEADERS),)
all:: TAGS
TAGS:: $(CSRCS) $(CPPSRCS) $(HEADERS)
$(ETAGS) $(CSRCS) $(CPPSRCS) $(HEADERS)