Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798d7fb commit 9c4bfa6Copy full SHA for 9c4bfa6
1 file changed
Makefile.pre.in
@@ -1563,8 +1563,8 @@ autoconf:
1563
# Create a tags file for vi
1564
tags::
1565
cd $(srcdir); \
1566
- ctags -w -t Include/*.h; \
1567
- for i in $(SRCDIRS); do ctags -w -t -a $$i/*.[ch]; \
+ ctags -w Include/*.h; \
+ for i in $(SRCDIRS); do ctags -w -a $$i/*.[ch]; \
1568
done; \
1569
sort -o tags tags
1570
0 commit comments