diff libdha/Makefile @ 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 797e602bf1dd
children f4b8d6abce22
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)