# HG changeset patch # User diego # Date 1089629650 0 # Node ID af5a4cc17170632d7fc9b7abb57bf82e4c001f10 # Parent 9d9e74f6473be39fcecd227fa5220273dc3428b0 Fix build on Turkish locales when LC_ALL is already set. patch by ismail donmez diff -r 9d9e74f6473b -r af5a4cc17170 libdha/Makefile --- a/libdha/Makefile Mon Jul 12 10:44:18 2004 +0000 +++ b/libdha/Makefile Mon Jul 12 10:54:10 2004 +0000 @@ -60,7 +60,7 @@ 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)