From: Guido van Rossum Date: Thu, 28 Feb 2002 19:26:08 +0000 (+0000) Subject: SF patch #524005 by Paul Eggert. X-Git-Tag: v2.3c1~6610 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c948966fc4bc301e375d059a23c716a99aef4352;p=python SF patch #524005 by Paul Eggert. Use posixly correct sort args. Bugfix candidate. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index f964e41ad2..5bed545952 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::