changeset 26980:9cfe9182cda6

The VIDIX PCI files should be regenerated when the awk script that creates them is changed.
author diego
date Sat, 07 Jun 2008 11:53:29 +0000
parents caa5f90c7cb0
children f3f553c03044
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Jun 07 11:47:33 2008 +0000
+++ b/Makefile	Sat Jun 07 11:53:29 2008 +0000
@@ -777,7 +777,7 @@
 VIDIX_PCI_FILES = vidix/pci_dev_ids.c vidix/pci_ids.h vidix/pci_names.c \
                   vidix/pci_names.h vidix/pci_vendors.h
 
-$(VIDIX_PCI_FILES): vidix/pci.db
+$(VIDIX_PCI_FILES): vidix/pci.db vidix/pci_db2c.awk
 	LC_ALL=C awk -f vidix/pci_db2c.awk $< $(VIDIX_PCIDB)
 
 VIDIX_DEPS = $(filter vidix/%,$(SRCS_MPLAYER:.c=.d))