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
This commit is contained in:
diego 2004-07-12 10:54:10 +00:00
parent 7b4630e101
commit 885c02fc11
1 changed files with 1 additions and 1 deletions

View File

@ -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)