diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-01-20 23:44:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-01-20 23:44:55 +0000 |
commit | 29f68d607abc2fbfe4e125242db422ac827cf4ff (patch) | |
tree | 1265a6bbe3b7218297712d6b2929a576e141029e /catgets/Makefile | |
parent | a658675d7b22ba44c32ac5bf88490ccb5979bb11 (diff) | |
download | glibc-29f68d607abc2fbfe4e125242db422ac827cf4ff.tar glibc-29f68d607abc2fbfe4e125242db422ac827cf4ff.tar.gz glibc-29f68d607abc2fbfe4e125242db422ac827cf4ff.tar.bz2 glibc-29f68d607abc2fbfe4e125242db422ac827cf4ff.zip |
Update.
* catgets/Makefile ($(objpfx)de.msg): Run sed in C locale.
Diffstat (limited to 'catgets/Makefile')
-rw-r--r-- | catgets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/catgets/Makefile b/catgets/Makefile index b2c15e7451..cd3fe21d6e 100644 --- a/catgets/Makefile +++ b/catgets/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996-2000, 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 1996-2000, 2002, 2003, 2004 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 @@ -74,7 +74,7 @@ $(objpfx)tst-catgets.out: $(objpfx)de/libc.cat # Generate a non-simple input file. $(objpfx)de.msg: $(..)po/de.po - sed -f xopen-msg.sed $< > $@ + LC_ALL=C sed -f xopen-msg.sed $< > $@ $(objpfx)test-gencat.out: test-gencat.sh $(objpfx)test-gencat \ $(objpfx)sample.SJIS.cat |