From 59a48289127f243883c248e3e38e954ab3e32a25 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 20 May 2002 19:04:03 +0000 Subject: [PATCH] (libc.pot): Don't sort the output. --- MakeTAGS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MakeTAGS b/MakeTAGS index 8371acd452..d7a993fb27 100644 --- a/MakeTAGS +++ b/MakeTAGS @@ -171,7 +171,7 @@ $P/libc.pot: $(all-pot) sed -e 's/VERSION/$(version)/' \ -e "s/DATE/`date +'%Y-%m-%d %H:%M'$$disp`/" \ po/header.pot > $@.new - $(XGETTEXT) -d - --omit-header -n -s $^ >> $@.new + $(XGETTEXT) -d - --omit-header -n $^ >> $@.new mv -f $@.new $@ ifeq ($(with-cvs),yes) test ! -d CVS || cvs $(CVSOPTS) ci -m'Regenerated from source files' $@