summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index d196d5f838..f425a89173 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1605,10 +1605,9 @@ autoconf:
# Create a tags file for vi
tags::
- cd $(srcdir); \
- ctags -w Include/*.h Include/internal/*.h; \
- for i in $(SRCDIRS); do ctags -f tags -w -a $$i/*.[ch]; \
- done; \
+ ctags -w $(srcdir)/Include/*.h $(srcdir)/Include/internal/*.h
+ for i in $(SRCDIRS); do ctags -f tags -w -a $(srcdir)/$$i/*.[ch]; done
+ ctags -f tags -w -a $(srcdir)/Modules/_ctypes/*.[ch]
LC_ALL=C sort -o tags tags
# Create a tags file for GNU Emacs