SF patch #524005 by Paul Eggert.

Use posixly correct sort args.

Bugfix candidate.
This commit is contained in:
Guido van Rossum 2002-02-28 19:26:08 +00:00
parent 51e234aa68
commit c948966fc4
1 changed files with 1 additions and 1 deletions

View File

@ -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::