[Python-checkins] CVS: python/dist/src Makefile.pre.in,1.75,1.76

Guido van Rossum gvanrossum@users.sourceforge.net
Thu, 28 Feb 2002 11:26:10 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv7730

Modified Files:
	Makefile.pre.in 
Log Message:
SF patch #524005 by Paul Eggert.

Use posixly correct sort args.

Bugfix candidate.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -d -r1.75 -r1.76
*** Makefile.pre.in	12 Feb 2002 21:30:53 -0000	1.75
--- Makefile.pre.in	28 Feb 2002 19:26:08 -0000	1.76
***************
*** 829,833 ****
  	for i in $(SRCDIRS); do ctags -w -t -a $$i/*.[ch]; \
  	done; \
! 	sort tags -o tags
  
  # Create a tags file for GNU Emacs
--- 829,833 ----
  	for i in $(SRCDIRS); do ctags -w -t -a $$i/*.[ch]; \
  	done; \
! 	sort -o tags tags
  
  # Create a tags file for GNU Emacs