Mercurial > mplayer.hg
changeset 12692:797e602bf1dd
make the awk script working for localized machines too, patch by Onur Kucuk
author | alex |
---|---|
date | Sat, 26 Jun 2004 13:48:35 +0000 |
parents | 0230544f52a1 |
children | eb996ecdfcd5 |
files | libdha/Makefile |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libdha/Makefile Sat Jun 26 13:26:11 2004 +0000 +++ b/libdha/Makefile Sat Jun 26 13:48:35 2004 +0000 @@ -2,8 +2,8 @@ include ../config.mak -MAJOR_VERSION = 0 -MINOR_VERSION = 1 +MAJOR_VERSION = 1 +MINOR_VERSION = 0 VERSION = $(MAJOR_VERSION).$(MINOR_VERSION) @@ -60,7 +60,7 @@ all: $(LIBNAME) $(SHORTNAME) pci_names.c: - $(AWK) -f pci_db2c.awk oth/pci.db + LC_CTYPE=C $(AWK) -f pci_db2c.awk oth/pci.db test: $(CC) test.c -o test $(SHORTNAME)