From: Michael W. Hudson Date: Tue, 5 Mar 2002 13:52:29 +0000 (+0000) Subject: backport gvanrossum's checkin of X-Git-Tag: v2.2.1c1~125 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=effe724cfde8d68ea2da459daf6ed07dd84a16a2;p=thirdparty%2FPython%2Fcpython.git backport gvanrossum's checkin of revision 1.76 of Makefile.pre.in SF patch #524005 by Paul Eggert. Use posixly correct sort args. Bugfix candidate. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index a966931ede03..d4ddc29eff33 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -827,7 +827,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::