Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c948966

Browse files
committed
SF patch #524005 by Paul Eggert.
Use posixly correct sort args. Bugfix candidate.
1 parent 51e234a commit c948966

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ tags::
828828
ctags -w -t Include/*.h; \
829829
for i in $(SRCDIRS); do ctags -w -t -a $$i/*.[ch]; \
830830
done; \
831-
sort tags -o tags
831+
sort -o tags tags
832832

833833
# Create a tags file for GNU Emacs
834834
TAGS::

0 commit comments

Comments
 (0)