From 885c02fc11dd7ecebe6e8ad59ce591f76dafe03b Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 12 Jul 2004 10:54:10 +0000 Subject: Fix build on Turkish locales when LC_ALL is already set. patch by ismail donmez git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12803 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libdha/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdha') diff --git a/libdha/Makefile b/libdha/Makefile index dd5bdbb764..2f2deb319d 100644 --- a/libdha/Makefile +++ b/libdha/Makefile @@ -60,7 +60,7 @@ endif all: $(LIBNAME) $(SHORTNAME) pci_names.c: - LC_CTYPE=C $(AWK) -f pci_db2c.awk oth/pci.db + LC_ALL=C $(AWK) -f pci_db2c.awk oth/pci.db test: $(CC) test.c -o test $(SHORTNAME) -- cgit v1.2.3