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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c948966fc4bc301e375d059a23c716a99aef4352;p=thirdparty%2FPython%2Fcpython.git SF patch #524005 by Paul Eggert. Use posixly correct sort args. Bugfix candidate. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index f964e41ad229..5bed54595221 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::