changeset 12802:af5a4cc17170

Fix build on Turkish locales when LC_ALL is already set. patch by ismail donmez <kde@myrealbox.com>
author diego
date Mon, 12 Jul 2004 10:54:10 +0000
parents 9d9e74f6473b
children 168238f8c715
files libdha/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)