diff --git a/Makefile.pre.in b/Makefile.pre.in index dfc319b2ea7..f0ddddbbd8b 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1548,10 +1548,10 @@ autoconf: # Create a tags file for vi tags:: cd $(srcdir); \ - ctags -w -t Include/*.h; \ - 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]; \ done; \ - sort -o tags tags + LC_ALL=C sort -o tags tags # Create a tags file for GNU Emacs TAGS::