(libc.pot): Don't sort the output.

This commit is contained in:
Ulrich Drepper 2002-05-20 19:04:03 +00:00
parent 653d620871
commit 59a4828912

View File

@ -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' $@