Skip to content

Commit 9c5f1c4

Browse files
committed
Makefile.SH: add generated *.inc files to ctags scan
Otherwise the tags file won't have entries for symbols like 'AboveLatin1_invlist'.
1 parent 4b98c87 commit 9c5f1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.SH

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,7 @@ TAGS: $(c_base) $(h)
17501750
$spitshell >>$Makefile <<!GROK!THIS!
17511751
17521752
ctags:
1753-
ctags -N --languages=c --langmap=c:+.h $ctags_exclude *.c *.h
1753+
ctags -N --languages=c --langmap=c:+.h.inc $ctags_exclude *.c *.h *.inc
17541754
17551755
# AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE
17561756
# If this runs make out of memory, delete /usr/include lines.

0 commit comments

Comments
 (0)