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

git-svn-id: svn://10.0.0.236/trunk@317 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano 1998-04-15 23:56:45 +00:00
parent 2344b982ad
commit 8b0c46947a

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)