summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-12 10:54:10 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-12 10:54:10 +0000
commit885c02fc11dd7ecebe6e8ad59ce591f76dafe03b (patch)
treeb349348ea84cbee7b1fb29e4398e30821bc9cf89 /libdha
parent7b4630e1016139b5fe8c3849c37e9801473f0e77 (diff)
downloadmpv-885c02fc11dd7ecebe6e8ad59ce591f76dafe03b.tar.bz2
mpv-885c02fc11dd7ecebe6e8ad59ce591f76dafe03b.tar.xz
Fix build on Turkish locales when LC_ALL is already set.
patch by ismail donmez <kde@myrealbox.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12803 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/Makefile2
1 files changed, 1 insertions, 1 deletions
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)