summaryrefslogtreecommitdiff
path: root/MakeTAGS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-03-16 06:58:44 +0000
committerUlrich Drepper <drepper@redhat.com>2002-03-16 06:58:44 +0000
commit567fb074838e0d0a0c90a23c4d7b6033d54cf56b (patch)
treefc2868bd1fbb6c3210dd13c03fc9e12a1dd37a33 /MakeTAGS
parent2c617417f4a49076e444600855a61338eac6350c (diff)
Update.
2002-02-25 Bruno Haible <bruno@clisp.org> * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
Diffstat (limited to 'MakeTAGS')
-rw-r--r--MakeTAGS4
1 files changed, 2 insertions, 2 deletions
diff --git a/MakeTAGS b/MakeTAGS
index 8371acd452..617b0c3788 100644
--- a/MakeTAGS
+++ b/MakeTAGS
@@ -1,5 +1,5 @@
# Make the TAGS files.
-# Copyright (C) 1992, 1994, 1995, 1996, 1998 Free Software Foundation, Inc.
+# Copyright (C) 1992,1994,1995,1996,1998,2002 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@ -139,7 +139,7 @@ endif
define extract
@rm -f $@.new
-$(XGETTEXT) --keyword=_ --keyword=N_ --add-comments=TRANS --sort-output \
+$(XGETTEXT) --keyword=_ --keyword=N_ --add-comments=TRANS --sort-by-file \
--omit-header -n -d - $(XGETTEXTFLAGS-$(@F)) > $@.new $^
mv -f $@.new $@
endef