From 40c90e006d41e460fba83e79dc325c60d63e64f3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 20 Apr 2003 06:32:14 +0000 Subject: Update. * intl/Makefile ($(objpfx)msgs.h): Use C locale for sed run. --- intl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intl') diff --git a/intl/Makefile b/intl/Makefile index 60700e2152..ad38e263f9 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1995-1999, 2000, 2001, 2002 Free Software Foundation, Inc. +# Copyright (C) 1995-2002, 2003 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 @@ -77,7 +77,7 @@ endif $(objpfx)msgs.h: po2test.sed ../po/de.po $(make-target-directory) - sed -f $^ > $@ + LC_ALL=C sed -f $^ > $@ CFLAGS-tst-gettext.c = -DTESTSTRS_H=\"$(objpfx)msgs.h\" CFLAGS-tst-gettext2.c = -DOBJPFX=\"$(objpfx)\" -- cgit v1.2.3