diff --git a/Makefile.pre.in b/Makefile.pre.in index a966931ede..d4ddc29eff 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -827,7 +827,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::