summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
Diffstat (limited to 'vidix')
-rw-r--r--vidix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/Makefile b/vidix/Makefile
index cd9ab4b2c8..61c747bcae 100644
--- a/vidix/Makefile
+++ b/vidix/Makefile
@@ -46,7 +46,7 @@ mga_crtc2_vid.o: mga_vid.c
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::