# HG changeset patch # User diego # Date 1198490421 0 # Node ID 30fb2aded5b151a1dbac9460c5e965243170760b # Parent 0680997b8af048b9bb49d52f1fe0e1ce8db6d66b pci_db2c.awk creates more than just two .c files, add the rest to the rule. diff -r 0680997b8af0 -r 30fb2aded5b1 vidix/Makefile --- a/vidix/Makefile Mon Dec 24 09:59:47 2007 +0000 +++ b/vidix/Makefile Mon Dec 24 10:00:21 2007 +0000 @@ -46,7 +46,7 @@ rage128_vid.o: radeon_vid.c $(CC) -c $(CFLAGS) -DRAGE128 -o $@ $< -pci_names.c pci_dev_ids.c: pci.db +pci_dev_ids.c pci_ids.h pci_names.c pci_names.h pci_vendors.h: pci.db LC_ALL=C awk -f pci_db2c.awk $< $(VIDIX_PCIDB) clean::