summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index f964e41..5bed545 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::