mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
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:
@@ -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::
|
||||
|
||||
Reference in New Issue
Block a user