diff --git a/Makefile.pre.in b/Makefile.pre.in index f964e41ad22..5bed5459522 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -828,7 +828,7 @@ tags:: ctags -w -t Include/*.h; \ for i in $(SRCDIRS); do ctags -w -t -a $$i/*.[ch]; \ done; \ - sort tags -o tags + sort -o tags tags # Create a tags file for GNU Emacs TAGS::