зеркало из https://github.com/mozilla/pjs.git
Fixed the Emacs tags rules to recognize C++ sources as well. Thanks to Todd Larason (jtl@molehill.org).
This commit is contained in:
Родитель
b4348c6649
Коммит
3ced7a3750
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче