mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Fixed the Emacs tags rules to recognize C++ sources as well. Thanks to Todd Larason (jtl@molehill.org).
This commit is contained in:
parent
b1e8ff1432
commit
fc19463ba7
@ -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…
Reference in New Issue
Block a user