]> granicus.if.org Git - python/commitdiff
SF patch #524005 by Paul Eggert.
authorGuido van Rossum <guido@python.org>
Thu, 28 Feb 2002 19:26:08 +0000 (19:26 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 28 Feb 2002 19:26:08 +0000 (19:26 +0000)
Use posixly correct sort args.

Bugfix candidate.

Makefile.pre.in

index f964e41ad229b21a0315d841058eda230a6de821..5bed545952215502a826e8538057c4553e4c18be 100644 (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::