comparison 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
comparison
equal deleted inserted replaced
12801:9d9e74f6473b 12802:af5a4cc17170
58 endif 58 endif
59 59
60 all: $(LIBNAME) $(SHORTNAME) 60 all: $(LIBNAME) $(SHORTNAME)
61 61
62 pci_names.c: 62 pci_names.c:
63 LC_CTYPE=C $(AWK) -f pci_db2c.awk oth/pci.db 63 LC_ALL=C $(AWK) -f pci_db2c.awk oth/pci.db
64 64
65 test: 65 test:
66 $(CC) test.c -o test $(SHORTNAME) 66 $(CC) test.c -o test $(SHORTNAME)
67 67
68 clean: 68 clean: