From c948966fc4bc301e375d059a23c716a99aef4352 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 28 Feb 2002 19:26:08 +0000 Subject: [PATCH] SF patch #524005 by Paul Eggert. Use posixly correct sort args. Bugfix candidate. --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index f964e41ad22..5bed5459522 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::