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.
This commit is contained in:
Michael W. Hudson
2002-03-05 13:52:29 +00:00
parent 59509f511e
commit effe724cfd

View File

@@ -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::