summaryrefslogtreecommitdiffstats
path: root/libdha/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libdha/Makefile')
-rw-r--r--libdha/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdha/Makefile b/libdha/Makefile
index dd5bdbb764..2f2deb319d 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -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)