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:
parent
2344b982ad
commit
8b0c46947a
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user